Color Hex Logo

#ce030e Color Hex

#CE030E
(206,3,14)
0 Favorites   0 Comments

Color spaces of #ce030e

RGB 206314
HSL0.990.970.41
HSV357°99°81°
CMYK 0.000.990.93   0.19
XYZ25.565413.21861.6195
Yxy13.21860.63280.3272
Hunter Lab36.357461.890322.8092
CIE-Lab43.090868.054652.6952

#ce030e color RGB value is (206,3,14).

#ce030e hex color red value is 206, green value is 3 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ce030e hue: 0.99 , saturation: 0.97 and the lightness value of ce030e is 0.41.

The process color (four color CMYK) of #ce030e color hex is 0.00, 0.99, 0.93, 0.19. Web safe color of #ce030e is #cc0000. Color #ce030e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 00001110
Octal 316 3 16
Decimal 206 3 14
Hex CE 3 E

RGB Percentages of Color #ce030e

%92.38
%1.35
%6.28

CMYK Percentages of Color #ce030e

%0
%99
%93
%19

Triadic Colors of #ce030e

#ce030e #0ece03 #030ece

Analogous Colors of #ce030e

#ce030e #ce5e03 #ce0374

Monochromatic Colors of #ce030e

#ce030e

Complementary Color

#ce030e #03cec3

#ce030e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce030e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce030e Color CSS Codes

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

#ce030e Text Font Color

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

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


#ce030e Background Color

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

This div background color is #ce030e


#ce030e Border Color

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

This div border color is #ce030e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce030e


Comments

No comments written yet.

Please login to write comment.