Color Hex Logo

#d01427 Color Hex

#D01427
(208,20,39)
0 Favorites   0 Comments

Color spaces of #d01427

RGB 2082039
HSL0.980.820.45
HSV354°90°82°
CMYK 0.000.900.81   0.18
XYZ26.628814.05673.2292
Yxy14.05670.60640.3201
Hunter Lab37.492361.167821.1380
CIE-Lab44.314167.196042.0826

#d01427 color RGB value is (208,20,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010100 00100111
Octal 320 24 47
Decimal 208 20 39
Hex D0 14 27

RGB Percentages of Color #d01427

%77.90
%7.49
%14.61

CMYK Percentages of Color #d01427

%0
%90
%81
%18

Triadic Colors of #d01427

#d01427 #27d014 #1427d0

Analogous Colors of #d01427

#d01427 #d05f14 #d01485

Monochromatic Colors of #d01427

#d01427

Complementary Color

#d01427 #14d0bd

#d01427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01427 Color CSS Codes

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

#d01427 Text Font Color

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

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


#d01427 Background Color

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

This div background color is #d01427


#d01427 Border Color

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

This div border color is #d01427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01427


Comments

No comments written yet.

Please login to write comment.