Shades of Persian Red #D92A24
Tints of Persian Red #D92A24
RGB
CMYK
RGB Variations
Color information
#D92A24 (or 0xD92A24) is known color: Persian Red. HEX triplet: D9, 2A and 24. RGB value is (217,42,36). Sum of RGB (Red+Green+Blue) = 217+42+36=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A24 is #26D5DB. Grayscale: #5D5D5D. Windows color (decimal): -2545116 or 2370265. OLE color: 2370265.
HSL color Cylindrical-coordinate representation of color #D92A24: hue angle of 1.99º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92A24 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 36 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.15 |
| HSL | 1.99º | 0.72% | 0.5% | - |
| HSV(B) | 1.99º | 0.83% | 0.85% | - |
| XYZ | 29.76 | 16.54 | 3.29 | - |
| YUV | 93.64 | 95.48 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 36 | 0 | 0.81 | 0.83 | 0.15 | 1.99 | 0.72 | 0.5 |
| Hex | D9 | 2A | 24 | 0 | 51 | 53 | F | 2 | 48 | 32 |
| Octal | 331 | 52 | 44 | 0 | 121 | 123 | 17 | 2 | 110 | 62 |
| Binary | 11011001 | 101010 | 100100 | 0 | 1010001 | 1010011 | 1111 | 10 | 1001000 | 110010 |
Color Harmonies of #D92A24
Complementary color
Monochromatic Colors of #D92A24
Black with #D92A24
Text Example
Text Example
White with #D92A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A24; }
p { color: rgb(217,42,36); }
H1.HeaderClassName
{
color: #D92A24;
}
.AnyTagClassName
{
color: #D92A24;
}
</style>
background-color css
<style>
a { background-color: #D92A24; }
a { background-color: rgb(217,42,36); }
div.DivClassName
{
background-color: #D92A24;
}
.BgClassName
{
background-color: #D92A24;
}
</style>
border-color css
<style>
span { border-color: #D92A24; }
span { border-color: rgb(217,42,36); }
td.TdClassName
{
border-color: #D92A24;
}
.TagClassName
{
border-color: #D92A24;
}
</style>