Color Hex Logo

#d4002d Color Hex

#D4002D
(212,0,45)
0 Favorites   0 Comments

Color spaces of #d4002d

RGB 212045
HSL0.961.000.42
HSV347°100°83°
CMYK 0.001.000.79   0.17
XYZ27.625014.18653.7649
Yxy14.18650.60610.3113
Hunter Lab37.665065.005420.4390
CIE-Lab44.499270.428339.1520

#d4002d color RGB value is (212,0,45).

#d4002d hex color red value is 212, green value is 0 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d4002d hue: 0.96 , saturation: 1.00 and the lightness value of d4002d is 0.42.

The process color (four color CMYK) of #d4002d color hex is 0.00, 1.00, 0.79, 0.17. Web safe color of #d4002d is #cc0033. Color #d4002d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000000 00101101
Octal 324 0 55
Decimal 212 0 45
Hex D4 0 2D

RGB Percentages of Color #d4002d

%82.49
%0.00
%17.51

CMYK Percentages of Color #d4002d

%0
%100
%79
%17

Triadic Colors of #d4002d

#d4002d #2dd400 #002dd4

Analogous Colors of #d4002d

#d4002d #d43d00 #d40097

Monochromatic Colors of #d4002d

#d4002d

Complementary Color

#d4002d #00d4a7

#d4002d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4002d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4002d Color CSS Codes

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

#d4002d Text Font Color

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

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


#d4002d Background Color

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

This div background color is #d4002d


#d4002d Border Color

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

This div border color is #d4002d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,0,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4002d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4002d;
  -webkit-box-shadow: 1px 1px 3px 2px #d4002d;
  box-shadow:         1px 1px 3px 2px #d4002d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,0,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4002d


Comments

No comments written yet.

Please login to write comment.