Color Hex Logo

#ce180b Color Hex

#CE180B
(206,24,11)
0 Favorites   0 Comments

Color spaces of #ce180b

RGB 2062411
HSL0.010.900.43
HSV95°81°
CMYK 0.000.880.95   0.19
XYZ25.840613.79921.6182
Yxy13.79920.62630.3345
Hunter Lab37.147359.161523.4203
CIE-Lab43.943665.532854.1787

#ce180b color RGB value is (206,24,11).

#ce180b hex color red value is 206, green value is 24 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ce180b hue: 0.01 , saturation: 0.90 and the lightness value of ce180b is 0.43.

The process color (four color CMYK) of #ce180b color hex is 0.00, 0.88, 0.95, 0.19. Web safe color of #ce180b is #cc0000. Color #ce180b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011000 00001011
Octal 316 30 13
Decimal 206 24 11
Hex CE 18 B

RGB Percentages of Color #ce180b

%85.48
%9.96
%4.56

CMYK Percentages of Color #ce180b

%0
%88
%95
%19

Triadic Colors of #ce180b

#ce180b #0bce18 #180bce

Analogous Colors of #ce180b

#ce180b #ce7a0b #ce0b5f

Monochromatic Colors of #ce180b

#ce180b

Complementary Color

#ce180b #0bc1ce

#ce180b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce180b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce180b Color CSS Codes

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

#ce180b Text Font Color

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

This sample text font color is #ce180b
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.


#ce180b Background Color

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

This div background color is #ce180b


#ce180b Border Color

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

This div border color is #ce180b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce180b


Comments

No comments written yet.

Please login to write comment.