Color Hex Logo

#ce212e Color Hex

#CE212E
(206,33,46)
0 Favorites   0 Comments

Color spaces of #ce212e

RGB 2063346
HSL0.990.720.47
HSV355°84°81°
CMYK 0.000.840.78   0.19
XYZ26.490614.40683.9693
Yxy14.40680.59040.3211
Hunter Lab37.956358.155920.3691
CIE-Lab44.810864.488338.5307

#ce212e color RGB value is (206,33,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 00101110
Octal 316 41 56
Decimal 206 33 46
Hex CE 21 2E

RGB Percentages of Color #ce212e

%72.28
%11.58
%16.14

CMYK Percentages of Color #ce212e

%0
%84
%78
%19

Triadic Colors of #ce212e

#ce212e #2ece21 #212ece

Analogous Colors of #ce212e

#ce212e #ce6b21 #ce2185

Monochromatic Colors of #ce212e

#ce212e

Complementary Color

#ce212e #21cec1

#ce212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce212e Color CSS Codes

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

#ce212e Text Font Color

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

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


#ce212e Background Color

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

This div background color is #ce212e


#ce212e Border Color

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

This div border color is #ce212e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,33,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 #ce212e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce212e


Comments

No comments written yet.

Please login to write comment.