Color Hex Logo

#ce2420 Color Hex

#CE2420
(206,36,32)
0 Favorites   0 Comments

Color spaces of #ce2420

RGB 2063632
HSL0.000.730.47
HSV84°81°
CMYK 0.000.830.84   0.19
XYZ26.345214.48782.7744
Yxy14.48780.60410.3322
Hunter Lab38.062856.938822.3223
CIE-Lab44.924563.399446.1896

#ce2420 color RGB value is (206,36,32).

#ce2420 hex color red value is 206, green value is 36 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ce2420 hue: 0.00 , saturation: 0.73 and the lightness value of ce2420 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100100 00100000
Octal 316 44 40
Decimal 206 36 32
Hex CE 24 20

RGB Percentages of Color #ce2420

%75.18
%13.14
%11.68

CMYK Percentages of Color #ce2420

%0
%83
%84
%19

Triadic Colors of #ce2420

#ce2420 #20ce24 #2420ce

Analogous Colors of #ce2420

#ce2420 #ce7b20 #ce2073

Monochromatic Colors of #ce2420

#ce2420

Complementary Color

#ce2420 #20cace

#ce2420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2420 Color CSS Codes

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

#ce2420 Text Font Color

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

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


#ce2420 Background Color

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

This div background color is #ce2420


#ce2420 Border Color

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

This div border color is #ce2420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2420


Comments

No comments written yet.

Please login to write comment.