Color Hex Logo

#ce122b Color Hex

#CE122B
(206,18,43)
0 Favorites   0 Comments

Color spaces of #ce122b

RGB 2061843
HSL0.980.840.44
HSV352°91°81°
CMYK 0.000.910.79   0.19
XYZ26.106013.72883.5595
Yxy13.72880.60160.3164
Hunter Lab37.052460.924020.2409
CIE-Lab43.841567.078139.2251

#ce122b color RGB value is (206,18,43).

#ce122b hex color red value is 206, green value is 18 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ce122b hue: 0.98 , saturation: 0.84 and the lightness value of ce122b is 0.44.

The process color (four color CMYK) of #ce122b color hex is 0.00, 0.91, 0.79, 0.19. Web safe color of #ce122b is #cc0033. Color #ce122b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010010 00101011
Octal 316 22 53
Decimal 206 18 43
Hex CE 12 2B

RGB Percentages of Color #ce122b

%77.15
%6.74
%16.10

CMYK Percentages of Color #ce122b

%0
%91
%79
%19

Triadic Colors of #ce122b

#ce122b #2bce12 #122bce

Analogous Colors of #ce122b

#ce122b #ce5712 #ce1289

Monochromatic Colors of #ce122b

#ce122b

Complementary Color

#ce122b #12ceb5

#ce122b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce122b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce122b Color CSS Codes

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

#ce122b Text Font Color

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

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


#ce122b Background Color

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

This div background color is #ce122b


#ce122b Border Color

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

This div border color is #ce122b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce122b


Comments

No comments written yet.

Please login to write comment.