Color Hex Logo

#d01424 Color Hex

#D01424
(208,20,36)
0 Favorites   0 Comments

Color spaces of #d01424

RGB 2082036
HSL0.990.820.45
HSV355°90°82°
CMYK 0.000.900.83   0.18
XYZ26.581014.03762.9776
Yxy14.03760.60970.3220
Hunter Lab37.466861.070921.5148
CIE-Lab44.286867.117943.6870

#d01424 color RGB value is (208,20,36).

#d01424 hex color red value is 208, green value is 20 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #d01424 hue: 0.99 , saturation: 0.82 and the lightness value of d01424 is 0.45.

The process color (four color CMYK) of #d01424 color hex is 0.00, 0.90, 0.83, 0.18. Web safe color of #d01424 is #cc0033. Color #d01424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010100 00100100
Octal 320 24 44
Decimal 208 20 36
Hex D0 14 24

RGB Percentages of Color #d01424

%78.79
%7.58
%13.64

CMYK Percentages of Color #d01424

%0
%90
%83
%18

Triadic Colors of #d01424

#d01424 #24d014 #1424d0

Analogous Colors of #d01424

#d01424 #d06214 #d01482

Monochromatic Colors of #d01424

#d01424

Complementary Color

#d01424 #14d0c0

#d01424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01424 Color CSS Codes

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

#d01424 Text Font Color

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

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


#d01424 Background Color

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

This div background color is #d01424


#d01424 Border Color

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

This div border color is #d01424


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,20,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d01424; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d01424;
  -webkit-box-shadow: 1px 1px 3px 2px #d01424;
  box-shadow:         1px 1px 3px 2px #d01424; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,20,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01424


Comments

No comments written yet.

Please login to write comment.