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