Shades of Persian Red #D82924
Tints of Persian Red #D82924
RGB
CMYK
RGB Variations
Color information
#D82924 (or 0xD82924) is known color: Persian Red. HEX triplet: D8, 29 and 24. RGB value is (216,41,36). Sum of RGB (Red+Green+Blue) = 216+41+36=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D82924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82924 is #27D6DB. Grayscale: #5C5C5C. Windows color (decimal): -2610908 or 2370008. OLE color: 2370008.
HSL color Cylindrical-coordinate representation of color #D82924: hue angle of 1.67º 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 #D82924 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 36 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.15 |
| HSL | 1.67º | 0.71% | 0.49% | - |
| HSV(B) | 1.67º | 0.83% | 0.85% | - |
| XYZ | 29.43 | 16.31 | 3.27 | - |
| YUV | 92.76 | 95.98 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 36 | 0 | 0.81 | 0.83 | 0.15 | 1.67 | 0.71 | 0.49 |
| Hex | D8 | 29 | 24 | 0 | 51 | 53 | F | 2 | 47 | 31 |
| Octal | 330 | 51 | 44 | 0 | 121 | 123 | 17 | 2 | 107 | 61 |
| Binary | 11011000 | 101001 | 100100 | 0 | 1010001 | 1010011 | 1111 | 10 | 1000111 | 110001 |
Color Harmonies of #D82924
Complementary color
Monochromatic Colors of #D82924
Black with #D82924
Text Example
Text Example
White with #D82924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82924; }
p { color: rgb(216,41,36); }
H1.HeaderClassName
{
color: #D82924;
}
.AnyTagClassName
{
color: #D82924;
}
</style>
background-color css
<style>
a { background-color: #D82924; }
a { background-color: rgb(216,41,36); }
div.DivClassName
{
background-color: #D82924;
}
.BgClassName
{
background-color: #D82924;
}
</style>
border-color css
<style>
span { border-color: #D82924; }
span { border-color: rgb(216,41,36); }
td.TdClassName
{
border-color: #D82924;
}
.TagClassName
{
border-color: #D82924;
}
</style>