Color Hex Logo

#d41135 Color Hex

#D41135
(212,17,53)
0 Favorites   0 Comments

Color spaces of #d41135

RGB 2121753
HSL0.970.850.45
HSV349°92°83°
CMYK 0.000.920.75   0.17
XYZ27.994414.65504.7214
Yxy14.65500.59100.3094
Hunter Lab38.281863.538619.4849
CIE-Lab45.158069.058435.1807

#d41135 color RGB value is (212,17,53).

#d41135 hex color red value is 212, green value is 17 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #d41135 hue: 0.97 , saturation: 0.85 and the lightness value of d41135 is 0.45.

The process color (four color CMYK) of #d41135 color hex is 0.00, 0.92, 0.75, 0.17. Web safe color of #d41135 is #cc0033. Color #d41135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010001 00110101
Octal 324 21 65
Decimal 212 17 53
Hex D4 11 35

RGB Percentages of Color #d41135

%75.18
%6.03
%18.79

CMYK Percentages of Color #d41135

%0
%92
%75
%17

Triadic Colors of #d41135

#d41135 #35d411 #1135d4

Analogous Colors of #d41135

#d41135 #d44e11 #d41197

Monochromatic Colors of #d41135

#d41135

Complementary Color

#d41135 #11d4b0

#d41135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41135 Color CSS Codes

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

#d41135 Text Font Color

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

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


#d41135 Background Color

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

This div background color is #d41135


#d41135 Border Color

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

This div border color is #d41135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41135


Comments

No comments written yet.

Please login to write comment.