Color Hex Logo

#d41c3f Color Hex

#D41C3F
(212,28,63)
0 Favorites   0 Comments

Color spaces of #d41c3f

RGB 2122863
HSL0.970.770.47
HSV349°87°83°
CMYK 0.000.870.70   0.17
XYZ28.463815.18646.1337
Yxy15.18640.57170.3050
Hunter Lab38.969762.180817.9468
CIE-Lab45.888467.759030.0356

#d41c3f color RGB value is (212,28,63).

#d41c3f hex color red value is 212, green value is 28 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d41c3f hue: 0.97 , saturation: 0.77 and the lightness value of d41c3f is 0.47.

The process color (four color CMYK) of #d41c3f color hex is 0.00, 0.87, 0.70, 0.17. Web safe color of #d41c3f is #cc3333. Color #d41c3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011100 00111111
Octal 324 34 77
Decimal 212 28 63
Hex D4 1C 3F

RGB Percentages of Color #d41c3f

%69.97
%9.24
%20.79

CMYK Percentages of Color #d41c3f

%0
%87
%70
%17

Triadic Colors of #d41c3f

#d41c3f #3fd41c #1c3fd4

Analogous Colors of #d41c3f

#d41c3f #d4551c #d41c9b

Monochromatic Colors of #d41c3f

#d41c3f

Complementary Color

#d41c3f #1cd4b1

#d41c3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41c3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41c3f Color CSS Codes

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

#d41c3f Text Font Color

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

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


#d41c3f Background Color

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

This div background color is #d41c3f


#d41c3f Border Color

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

This div border color is #d41c3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41c3f


Comments

No comments written yet.

Please login to write comment.