Color Hex Logo

#d4280e Color Hex

#D4280E
(212,40,14)
0 Favorites   0 Comments

Color spaces of #d4280e

RGB 2124014
HSL0.020.880.44
HSV93°83°
CMYK 0.000.810.93   0.17
XYZ27.989415.54631.9410
Yxy15.54630.61550.3419
Hunter Lab39.428857.711824.6814
CIE-Lab46.373563.799255.2947

#d4280e color RGB value is (212,40,14).

#d4280e hex color red value is 212, green value is 40 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d4280e hue: 0.02 , saturation: 0.88 and the lightness value of d4280e is 0.44.

The process color (four color CMYK) of #d4280e color hex is 0.00, 0.81, 0.93, 0.17. Web safe color of #d4280e is #cc3300. Color #d4280e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101000 00001110
Octal 324 50 16
Decimal 212 40 14
Hex D4 28 E

RGB Percentages of Color #d4280e

%79.70
%15.04
%5.26

CMYK Percentages of Color #d4280e

%0
%81
%93
%17

Triadic Colors of #d4280e

#d4280e #0ed428 #280ed4

Analogous Colors of #d4280e

#d4280e #d48b0e #d40e57

Monochromatic Colors of #d4280e

#d4280e

Complementary Color

#d4280e #0ebad4

#d4280e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4280e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4280e Color CSS Codes

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

#d4280e Text Font Color

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

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


#d4280e Background Color

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

This div background color is #d4280e


#d4280e Border Color

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

This div border color is #d4280e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4280e


Comments

No comments written yet.

Please login to write comment.