Color Hex Logo

#ce070d Color Hex

#CE070D
(206,7,13)
0 Favorites   0 Comments

Color spaces of #ce070d

RGB 206713
HSL0.990.930.42
HSV358°97°81°
CMYK 0.000.970.94   0.19
XYZ25.602213.30281.5991
Yxy13.30280.63210.3284
Hunter Lab36.473061.470222.9316
CIE-Lab43.216067.669753.1184

#ce070d color RGB value is (206,7,13).

#ce070d hex color red value is 206, green value is 7 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ce070d hue: 0.99 , saturation: 0.93 and the lightness value of ce070d is 0.42.

The process color (four color CMYK) of #ce070d color hex is 0.00, 0.97, 0.94, 0.19. Web safe color of #ce070d is #cc0000. Color #ce070d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000111 00001101
Octal 316 7 15
Decimal 206 7 13
Hex CE 7 D

RGB Percentages of Color #ce070d

%91.15
%3.10
%5.75

CMYK Percentages of Color #ce070d

%0
%97
%94
%19

Triadic Colors of #ce070d

#ce070d #0dce07 #070dce

Analogous Colors of #ce070d

#ce070d #ce6507 #ce0771

Monochromatic Colors of #ce070d

#ce070d

Complementary Color

#ce070d #07cec8

#ce070d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce070d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce070d Color CSS Codes

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

#ce070d Text Font Color

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

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


#ce070d Background Color

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

This div background color is #ce070d


#ce070d Border Color

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

This div border color is #ce070d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce070d


Comments

No comments written yet.

Please login to write comment.