Shades of Persian Red #D92320
Tints of Persian Red #D92320
RGB
CMYK
RGB Variations
Color information
#D92320 (or 0xD92320) is known color: Persian Red. HEX triplet: D9, 23 and 20. RGB value is (217,35,32). Sum of RGB (Red+Green+Blue) = 217+35+32=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D92320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92320 is #26DCDF. Grayscale: #595959. Windows color (decimal): -2546912 or 2106329. OLE color: 2106329.
HSL color Cylindrical-coordinate representation of color #D92320: hue angle of 0.97º 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 #D92320 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 32 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.15 |
| HSL | 0.97º | 0.74% | 0.49% | - |
| HSV(B) | 0.97º | 0.85% | 0.85% | - |
| XYZ | 29.48 | 16.06 | 2.91 | - |
| YUV | 89.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 32 | 0 | 0.84 | 0.85 | 0.15 | 0.97 | 0.74 | 0.49 |
| Hex | D9 | 23 | 20 | 0 | 54 | 55 | F | 1 | 4A | 31 |
| Octal | 331 | 43 | 40 | 0 | 124 | 125 | 17 | 1 | 112 | 61 |
| Binary | 11011001 | 100011 | 100000 | 0 | 1010100 | 1010101 | 1111 | 1 | 1001010 | 110001 |
Color Harmonies of #D92320
Complementary color
Monochromatic Colors of #D92320
Black with #D92320
Text Example
Text Example
White with #D92320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92320; }
p { color: rgb(217,35,32); }
H1.HeaderClassName
{
color: #D92320;
}
.AnyTagClassName
{
color: #D92320;
}
</style>
background-color css
<style>
a { background-color: #D92320; }
a { background-color: rgb(217,35,32); }
div.DivClassName
{
background-color: #D92320;
}
.BgClassName
{
background-color: #D92320;
}
</style>
border-color css
<style>
span { border-color: #D92320; }
span { border-color: rgb(217,35,32); }
td.TdClassName
{
border-color: #D92320;
}
.TagClassName
{
border-color: #D92320;
}
</style>