Color Hex Logo

#ce222e Color Hex

#CE222E
(206,34,46)
0 Favorites   0 Comments

Color spaces of #ce222e

RGB 2063446
HSL0.990.720.47
HSV356°83°81°
CMYK 0.000.830.78   0.19
XYZ26.518814.46313.9787
Yxy14.46310.58980.3217
Hunter Lab38.030457.915920.4184
CIE-Lab44.889964.263238.6148

#ce222e color RGB value is (206,34,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100010 00101110
Octal 316 42 56
Decimal 206 34 46
Hex CE 22 2E

RGB Percentages of Color #ce222e

%72.03
%11.89
%16.08

CMYK Percentages of Color #ce222e

%0
%83
%78
%19

Triadic Colors of #ce222e

#ce222e #2ece22 #222ece

Analogous Colors of #ce222e

#ce222e #ce6c22 #ce2284

Monochromatic Colors of #ce222e

#ce222e

Complementary Color

#ce222e #22cec2

#ce222e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce222e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce222e Color CSS Codes

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

#ce222e Text Font Color

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

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


#ce222e Background Color

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

This div background color is #ce222e


#ce222e Border Color

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

This div border color is #ce222e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce222e


Comments

No comments written yet.

Please login to write comment.