Color Hex Logo

#d24548 Color Hex

#D24548
(210,69,72)
0 Favorites   0 Comments

Color spaces of #d24548

RGB 2106972
HSL1.000.610.55
HSV359°67°82°
CMYK 0.000.670.66   0.18
XYZ29.876218.42588.1128
Yxy18.42580.52960.3266
Hunter Lab42.925349.117618.8420
CIE-Lab50.008555.444029.6489

#d24548 color RGB value is (210,69,72).

#d24548 hex color red value is 210, green value is 69 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d24548 hue: 1.00 , saturation: 0.61 and the lightness value of d24548 is 0.55.

The process color (four color CMYK) of #d24548 color hex is 0.00, 0.67, 0.66, 0.18. Web safe color of #d24548 is #cc3333. Color #d24548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000101 01001000
Octal 322 105 110
Decimal 210 69 72
Hex D2 45 48

RGB Percentages of Color #d24548

%59.83
%19.66
%20.51

CMYK Percentages of Color #d24548

%0
%67
%66
%18

Triadic Colors of #d24548

#d24548 #48d245 #4548d2

Analogous Colors of #d24548

#d24548 #d28945 #d2458f

Monochromatic Colors of #d24548

#d24548

Complementary Color

#d24548 #45d2cf

#d24548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24548 Color CSS Codes

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

#d24548 Text Font Color

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

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


#d24548 Background Color

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

This div background color is #d24548


#d24548 Border Color

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

This div border color is #d24548


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,69,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d24548; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d24548;
  -webkit-box-shadow: 1px 1px 3px 2px #d24548;
  box-shadow:         1px 1px 3px 2px #d24548; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,69,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24548


Comments

No comments written yet.

Please login to write comment.