Color Hex Logo

#ce222a Color Hex

#CE222A
(206,34,42)
0 Favorites   0 Comments

Color spaces of #ce222a

RGB 2063442
HSL0.990.720.47
HSV357°83°81°
CMYK 0.000.830.80   0.19
XYZ26.443514.43303.5826
Yxy14.43300.59480.3246
Hunter Lab37.990857.761121.0024
CIE-Lab44.847664.135940.8218

#ce222a color RGB value is (206,34,42).

#ce222a hex color red value is 206, green value is 34 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ce222a hue: 0.99 , saturation: 0.72 and the lightness value of ce222a is 0.47.

The process color (four color CMYK) of #ce222a color hex is 0.00, 0.83, 0.80, 0.19. Web safe color of #ce222a is #cc3333. Color #ce222a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100010 00101010
Octal 316 42 52
Decimal 206 34 42
Hex CE 22 2A

RGB Percentages of Color #ce222a

%73.05
%12.06
%14.89

CMYK Percentages of Color #ce222a

%0
%83
%80
%19

Triadic Colors of #ce222a

#ce222a #2ace22 #222ace

Analogous Colors of #ce222a

#ce222a #ce7022 #ce2280

Monochromatic Colors of #ce222a

#ce222a

Complementary Color

#ce222a #22cec6

#ce222a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce222a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce222a Color CSS Codes

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

#ce222a Text Font Color

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

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


#ce222a Background Color

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

This div background color is #ce222a


#ce222a Border Color

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

This div border color is #ce222a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce222a


Comments

No comments written yet.

Please login to write comment.