Color Hex Logo

#ce211d Color Hex

#CE211D
(206,33,29)
0 Favorites   0 Comments

Color spaces of #ce211d

RGB 2063329
HSL0.000.750.46
HSV86°81°
CMYK 0.000.840.86   0.19
XYZ26.219214.29822.5403
Yxy14.29820.60890.3321
Hunter Lab37.813057.597822.4859
CIE-Lab44.657664.029447.4335

#ce211d color RGB value is (206,33,29).

#ce211d hex color red value is 206, green value is 33 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ce211d hue: 0.00 , saturation: 0.75 and the lightness value of ce211d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 00011101
Octal 316 41 35
Decimal 206 33 29
Hex CE 21 1D

RGB Percentages of Color #ce211d

%76.87
%12.31
%10.82

CMYK Percentages of Color #ce211d

%0
%84
%86
%19

Triadic Colors of #ce211d

#ce211d #1dce21 #211dce

Analogous Colors of #ce211d

#ce211d #ce7a1d #ce1d72

Monochromatic Colors of #ce211d

#ce211d

Complementary Color

#ce211d #1dcace

#ce211d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce211d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce211d Color CSS Codes

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

#ce211d Text Font Color

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

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


#ce211d Background Color

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

This div background color is #ce211d


#ce211d Border Color

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

This div border color is #ce211d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce211d


Comments

No comments written yet.

Please login to write comment.