Color Hex Logo

#d4152b Color Hex

#D4152B
(212,21,43)
0 Favorites   0 Comments

Color spaces of #d4152b

RGB 2122143
HSL0.980.820.46
HSV353°90°83°
CMYK 0.000.900.80   0.17
XYZ27.855614.70783.6562
Yxy14.70780.60270.3182
Hunter Lab38.350762.537521.1931
CIE-Lab45.231468.191541.0475

#d4152b color RGB value is (212,21,43).

#d4152b hex color red value is 212, green value is 21 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d4152b hue: 0.98 , saturation: 0.82 and the lightness value of d4152b is 0.46.

The process color (four color CMYK) of #d4152b color hex is 0.00, 0.90, 0.80, 0.17. Web safe color of #d4152b is #cc0033. Color #d4152b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010101 00101011
Octal 324 25 53
Decimal 212 21 43
Hex D4 15 2B

RGB Percentages of Color #d4152b

%76.81
%7.61
%15.58

CMYK Percentages of Color #d4152b

%0
%90
%80
%17

Triadic Colors of #d4152b

#d4152b #2bd415 #152bd4

Analogous Colors of #d4152b

#d4152b #d45f15 #d4158b

Monochromatic Colors of #d4152b

#d4152b

Complementary Color

#d4152b #15d4be

#d4152b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4152b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4152b Color CSS Codes

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

#d4152b Text Font Color

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

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


#d4152b Background Color

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

This div background color is #d4152b


#d4152b Border Color

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

This div border color is #d4152b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4152b


Comments

No comments written yet.

Please login to write comment.