Color Hex Logo

#ce1c30 Color Hex

#CE1C30
(206,28,48)
0 Favorites   0 Comments

Color spaces of #ce1c30

RGB 2062848
HSL0.980.760.46
HSV353°86°81°
CMYK 0.000.860.77   0.19
XYZ26.402414.16574.1390
Yxy14.16570.59060.3169
Hunter Lab37.637359.351419.8260
CIE-Lab44.469665.595937.0106

#ce1c30 color RGB value is (206,28,48).

#ce1c30 hex color red value is 206, green value is 28 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ce1c30 hue: 0.98 , saturation: 0.76 and the lightness value of ce1c30 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011100 00110000
Octal 316 34 60
Decimal 206 28 48
Hex CE 1C 30

RGB Percentages of Color #ce1c30

%73.05
%9.93
%17.02

CMYK Percentages of Color #ce1c30

%0
%86
%77
%19

Triadic Colors of #ce1c30

#ce1c30 #30ce1c #1c30ce

Analogous Colors of #ce1c30

#ce1c30 #ce611c #ce1c89

Monochromatic Colors of #ce1c30

#ce1c30

Complementary Color

#ce1c30 #1cceba

#ce1c30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1c30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1c30 Color CSS Codes

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

#ce1c30 Text Font Color

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

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


#ce1c30 Background Color

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

This div background color is #ce1c30


#ce1c30 Border Color

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

This div border color is #ce1c30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1c30


Comments

No comments written yet.

Please login to write comment.