Color Hex Logo

#d70122 Color Hex

#D70122
(215,1,34)
0 Favorites   0 Comments

Color spaces of #d70122

RGB 215134
HSL0.970.990.42
HSV351°100°84°
CMYK 0.001.000.84   0.16
XYZ28.323914.58432.8356
Yxy14.58430.61920.3188
Hunter Lab38.189465.556522.3302
CIE-Lab45.059570.783145.9927

#d70122 color RGB value is (215,1,34).

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

The process color (four color CMYK) of #d70122 color hex is 0.00, 1.00, 0.84, 0.16. Web safe color of #d70122 is #cc0033. Color #d70122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000001 00100010
Octal 327 1 42
Decimal 215 1 34
Hex D7 1 22

RGB Percentages of Color #d70122

%86.00
%0.40
%13.60

CMYK Percentages of Color #d70122

%0
%100
%84
%16

Triadic Colors of #d70122

#d70122 #22d701 #0122d7

Analogous Colors of #d70122

#d70122 #d74b01 #d7018d

Monochromatic Colors of #d70122

#d70122

Complementary Color

#d70122 #01d7b6

#d70122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70122 Color CSS Codes

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

#d70122 Text Font Color

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

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


#d70122 Background Color

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

This div background color is #d70122


#d70122 Border Color

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

This div border color is #d70122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70122


Comments

No comments written yet.

Please login to write comment.