#D82524

Color #D82524 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #D82524

Tints of Persian Red #D82524

Color information

#D82524 (or 0xD82524) is unknown color: approx Persian Red. HEX triplet: D8, 25 and 24. RGB value is (216,37,36). Sum of RGB (Red+Green+Blue) = 216+37+36=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D82524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82524 is #27DADB. Grayscale: #5A5A5A. Windows color (decimal): -2611932 or 2368984. OLE color: 2368984.

HSL color Cylindrical-coordinate representation of color #D82524: hue angle of 0.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82524 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB2163736-
CMYK00.830.830.15
HSL0.33º71.43%49.41%-
HSV(B)0.33º83.33%84.71%-
XYZ29.316.053.22-
YUV90.4197.3217.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 74.74%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 36 (14.45% from 255) = 12.46%
R=74.74%
G=12.80%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216373600.830.830.150.3371.4349.41
HexD8252405353F04731
Octal3304544012312317010761
Binary11011000100101100100010100111010011111101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82524; }

 p { color: rgb(216,37,36); }

 H1.HeaderClassName
 {
   color: #D82524;
 }
 .AnyTagClassName
 {
   color: #D82524;
 }
</style>
background-color css

<style>
 a { background-color: #D82524; }

 a { background-color: rgb(216,37,36); }

 div.DivClassName
 {
   background-color: #D82524;
 }
 .BgClassName
 {
   background-color: #D82524;
 }
</style>
border-color css

<style>
 span { border-color: #D82524; }

 span { border-color: rgb(216,37,36); }

 td.TdClassName
 {
   border-color: #D82524;
 }
 .TagClassName
 {
   border-color: #D82524;
 }
</style>