Color Hex Logo

#d4271e Color Hex

#D4271E
(212,39,30)
0 Favorites   0 Comments

Color spaces of #d4271e

RGB 2123930
HSL0.010.750.47
HSV86°83°
CMYK 0.000.820.86   0.17
XYZ28.111215.54182.7465
Yxy15.54180.60590.3350
Hunter Lab39.423158.291623.4656
CIE-Lab46.367564.307048.8754

#d4271e color RGB value is (212,39,30).

#d4271e hex color red value is 212, green value is 39 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d4271e hue: 0.01 , saturation: 0.75 and the lightness value of d4271e is 0.47.

The process color (four color CMYK) of #d4271e color hex is 0.00, 0.82, 0.86, 0.17. Web safe color of #d4271e is #cc3333. Color #d4271e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100111 00011110
Octal 324 47 36
Decimal 212 39 30
Hex D4 27 1E

RGB Percentages of Color #d4271e

%75.44
%13.88
%10.68

CMYK Percentages of Color #d4271e

%0
%82
%86
%17

Triadic Colors of #d4271e

#d4271e #1ed427 #271ed4

Analogous Colors of #d4271e

#d4271e #d4821e #d41e70

Monochromatic Colors of #d4271e

#d4271e

Complementary Color

#d4271e #1ecbd4

#d4271e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4271e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4271e Color CSS Codes

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

#d4271e Text Font Color

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

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


#d4271e Background Color

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

This div background color is #d4271e


#d4271e Border Color

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

This div border color is #d4271e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4271e

#d4271e Color Palettes


Comments

No comments written yet.

Please login to write comment.