Color Hex Logo

#d24528 Color Hex

#D24528
(210,69,40)
0 Favorites   0 Comments

Color spaces of #d24528

RGB 2106940
HSL0.030.680.49
HSV10°81°82°
CMYK 0.000.670.81   0.18
XYZ29.089518.11113.9701
Yxy18.11110.56850.3539
Hunter Lab42.557147.536924.2589
CIE-Lab49.630654.062546.8363

#d24528 color RGB value is (210,69,40).

#d24528 hex color red value is 210, green value is 69 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d24528 hue: 0.03 , saturation: 0.68 and the lightness value of d24528 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000101 00101000
Octal 322 105 50
Decimal 210 69 40
Hex D2 45 28

RGB Percentages of Color #d24528

%65.83
%21.63
%12.54

CMYK Percentages of Color #d24528

%0
%67
%81
%18

Triadic Colors of #d24528

#d24528 #28d245 #4528d2

Analogous Colors of #d24528

#d24528 #d29a28 #d22860

Monochromatic Colors of #d24528

#d24528

Complementary Color

#d24528 #28b5d2

#d24528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24528 Color CSS Codes

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

#d24528 Text Font Color

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

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


#d24528 Background Color

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

This div background color is #d24528


#d24528 Border Color

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

This div border color is #d24528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24528


Comments

No comments written yet.

Please login to write comment.