Shades of Persian Red #D92F28
Tints of Persian Red #D92F28
RGB
CMYK
RGB Variations
Color information
#D92F28 (or 0xD92F28) is known color: Persian Red. HEX triplet: D9, 2F and 28. RGB value is (217,47,40). Sum of RGB (Red+Green+Blue) = 217+47+40=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F28 is #26D0D7. Grayscale: #616161. Windows color (decimal): -2543832 or 2633689. OLE color: 2633689.
HSL color Cylindrical-coordinate representation of color #D92F28: hue angle of 2.37º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92F28 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 40 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.15 |
| HSL | 2.37º | 0.7% | 0.5% | - |
| HSV(B) | 2.37º | 0.82% | 0.85% | - |
| XYZ | 30.01 | 16.94 | 3.69 | - |
| YUV | 97.03 | 95.82 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 40 | 0 | 0.78 | 0.82 | 0.15 | 2.37 | 0.7 | 0.5 |
| Hex | D9 | 2F | 28 | 0 | 4E | 52 | F | 2 | 46 | 32 |
| Octal | 331 | 57 | 50 | 0 | 116 | 122 | 17 | 2 | 106 | 62 |
| Binary | 11011001 | 101111 | 101000 | 0 | 1001110 | 1010010 | 1111 | 10 | 1000110 | 110010 |
Color Harmonies of #D92F28
Complementary color
Monochromatic Colors of #D92F28
Black with #D92F28
Text Example
Text Example
White with #D92F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F28; }
p { color: rgb(217,47,40); }
H1.HeaderClassName
{
color: #D92F28;
}
.AnyTagClassName
{
color: #D92F28;
}
</style>
background-color css
<style>
a { background-color: #D92F28; }
a { background-color: rgb(217,47,40); }
div.DivClassName
{
background-color: #D92F28;
}
.BgClassName
{
background-color: #D92F28;
}
</style>
border-color css
<style>
span { border-color: #D92F28; }
span { border-color: rgb(217,47,40); }
td.TdClassName
{
border-color: #D92F28;
}
.TagClassName
{
border-color: #D92F28;
}
</style>