Shades of Persian Red #D92920
Tints of Persian Red #D92920
RGB
CMYK
RGB Variations
Color information
#D92920 (or 0xD92920) is known color: Persian Red. HEX triplet: D9, 29 and 20. RGB value is (217,41,32). Sum of RGB (Red+Green+Blue) = 217+41+32=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D92920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92920 is #26D6DF. Grayscale: #5C5C5C. Windows color (decimal): -2545376 or 2107865. OLE color: 2107865.
HSL color Cylindrical-coordinate representation of color #D92920: hue angle of 2.92º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92920 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 32 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.15 |
| HSL | 2.92º | 0.74% | 0.49% | - |
| HSV(B) | 2.92º | 0.85% | 0.85% | - |
| XYZ | 29.67 | 16.44 | 2.98 | - |
| YUV | 92.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 32 | 0 | 0.81 | 0.85 | 0.15 | 2.92 | 0.74 | 0.49 |
| Hex | D9 | 29 | 20 | 0 | 51 | 55 | F | 3 | 4A | 31 |
| Octal | 331 | 51 | 40 | 0 | 121 | 125 | 17 | 3 | 112 | 61 |
| Binary | 11011001 | 101001 | 100000 | 0 | 1010001 | 1010101 | 1111 | 11 | 1001010 | 110001 |
Color Harmonies of #D92920
Complementary color
Monochromatic Colors of #D92920
Black with #D92920
Text Example
Text Example
White with #D92920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92920; }
p { color: rgb(217,41,32); }
H1.HeaderClassName
{
color: #D92920;
}
.AnyTagClassName
{
color: #D92920;
}
</style>
background-color css
<style>
a { background-color: #D92920; }
a { background-color: rgb(217,41,32); }
div.DivClassName
{
background-color: #D92920;
}
.BgClassName
{
background-color: #D92920;
}
</style>
border-color css
<style>
span { border-color: #D92920; }
span { border-color: rgb(217,41,32); }
td.TdClassName
{
border-color: #D92920;
}
.TagClassName
{
border-color: #D92920;
}
</style>