Color Hex Logo

#ce091f Color Hex

#CE091F
(206,9,31)
0 Favorites   0 Comments

Color spaces of #ce091f

RGB 206931
HSL0.980.920.42
HSV353°96°81°
CMYK 0.000.960.85   0.19
XYZ25.798613.41612.5262
Yxy13.41610.61810.3214
Hunter Lab36.628061.625921.5504
CIE-Lab43.383667.770845.3430

#ce091f color RGB value is (206,9,31).

#ce091f hex color red value is 206, green value is 9 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ce091f hue: 0.98 , saturation: 0.92 and the lightness value of ce091f is 0.42.

The process color (four color CMYK) of #ce091f color hex is 0.00, 0.96, 0.85, 0.19. Web safe color of #ce091f is #cc0033. Color #ce091f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 00011111
Octal 316 11 37
Decimal 206 9 31
Hex CE 9 1F

RGB Percentages of Color #ce091f

%83.74
%3.66
%12.60

CMYK Percentages of Color #ce091f

%0
%96
%85
%19

Triadic Colors of #ce091f

#ce091f #1fce09 #091fce

Analogous Colors of #ce091f

#ce091f #ce5509 #ce0982

Monochromatic Colors of #ce091f

#ce091f

Complementary Color

#ce091f #09ceb8

#ce091f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce091f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce091f Color CSS Codes

.mybgcolor {background-color:#ce091f; } 
.myforecolor {color:#ce091f; }
.mybordercolor {border:3px solid #ce091f; }

#ce091f Text Font Color

<p style="color:#ce091f">Text here</p>

This sample text font color is #ce091f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ce091f Background Color

<div style="background-color:#ce091f">
Div content here</div>

This div background color is #ce091f


#ce091f Border Color

<div style="border:3px solid #ce091f">
Div here</div>

This div border color is #ce091f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,9,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce091f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce091f;
  -webkit-box-shadow: 1px 1px 3px 2px #ce091f;
  box-shadow:         1px 1px 3px 2px #ce091f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,9,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce091f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ce091f;
  -webkit-box-shadow: 1px 1px 3px 2px #ce091f;
  box-shadow:         1px 1px 3px 2px #ce091f;">
Div content here</div>

This div box has shadow with color #ce091f


Comments

No comments written yet.

Please login to write comment.