Color Hex Logo

#d70118 Color Hex

#D70118
(215,1,24)
0 Favorites   0 Comments

Color spaces of #d70118

RGB 215124
HSL0.980.990.42
HSV354°100°84°
CMYK 0.001.000.89   0.16
XYZ28.200114.53472.1833
Yxy14.53470.62780.3236
Hunter Lab38.124465.316323.2917
CIE-Lab44.990270.594550.8203

#d70118 color RGB value is (215,1,24).

#d70118 hex color red value is 215, green value is 1 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d70118 hue: 0.98 , saturation: 0.99 and the lightness value of d70118 is 0.42.

The process color (four color CMYK) of #d70118 color hex is 0.00, 1.00, 0.89, 0.16. Web safe color of #d70118 is #cc0000. Color #d70118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000001 00011000
Octal 327 1 30
Decimal 215 1 24
Hex D7 1 18

RGB Percentages of Color #d70118

%89.58
%0.42
%10.00

CMYK Percentages of Color #d70118

%0
%100
%89
%16

Triadic Colors of #d70118

#d70118 #18d701 #0118d7

Analogous Colors of #d70118

#d70118 #d75501 #d70183

Monochromatic Colors of #d70118

#d70118

Complementary Color

#d70118 #01d7c0

#d70118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70118 Color CSS Codes

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

#d70118 Text Font Color

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

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


#d70118 Background Color

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

This div background color is #d70118


#d70118 Border Color

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

This div border color is #d70118


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,1,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70118


Comments

No comments written yet.

Please login to write comment.