Shades of Persian Red #D92927
Tints of Persian Red #D92927
RGB
CMYK
RGB Variations
Color information
#D92927 (or 0xD92927) is known color: Persian Red. HEX triplet: D9, 29 and 27. RGB value is (217,41,39). Sum of RGB (Red+Green+Blue) = 217+41+39=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D92927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92927 is #26D6D8. Grayscale: #5D5D5D. Windows color (decimal): -2545369 or 2566617. OLE color: 2566617.
HSL color Cylindrical-coordinate representation of color #D92927: hue angle of 0.67º 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 #D92927 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 39 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.15 |
| HSL | 0.67º | 0.7% | 0.5% | - |
| HSV(B) | 0.67º | 0.82% | 0.85% | - |
| XYZ | 29.77 | 16.48 | 3.53 | - |
| YUV | 93.4 | 97.31 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 39 | 0 | 0.81 | 0.82 | 0.15 | 0.67 | 0.7 | 0.5 |
| Hex | D9 | 29 | 27 | 0 | 51 | 52 | F | 1 | 46 | 32 |
| Octal | 331 | 51 | 47 | 0 | 121 | 122 | 17 | 1 | 106 | 62 |
| Binary | 11011001 | 101001 | 100111 | 0 | 1010001 | 1010010 | 1111 | 1 | 1000110 | 110010 |
Color Harmonies of #D92927
Complementary color
Monochromatic Colors of #D92927
Black with #D92927
Text Example
Text Example
White with #D92927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92927; }
p { color: rgb(217,41,39); }
H1.HeaderClassName
{
color: #D92927;
}
.AnyTagClassName
{
color: #D92927;
}
</style>
background-color css
<style>
a { background-color: #D92927; }
a { background-color: rgb(217,41,39); }
div.DivClassName
{
background-color: #D92927;
}
.BgClassName
{
background-color: #D92927;
}
</style>
border-color css
<style>
span { border-color: #D92927; }
span { border-color: rgb(217,41,39); }
td.TdClassName
{
border-color: #D92927;
}
.TagClassName
{
border-color: #D92927;
}
</style>