Shades of Persian Red #D9372E
Tints of Persian Red #D9372E
RGB
CMYK
RGB Variations
Color information
#D9372E (or 0xD9372E) is known color: Persian Red. HEX triplet: D9, 37 and 2E. RGB value is (217,55,46). Sum of RGB (Red+Green+Blue) = 217+55+46=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9372E is #26C8D1. Grayscale: #666666. Windows color (decimal): -2541778 or 3028953. OLE color: 3028953.
HSL color Cylindrical-coordinate representation of color #D9372E: hue angle of 3.16º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9372E is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 46 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.15 |
| HSL | 3.16º | 0.69% | 0.52% | - |
| HSV(B) | 3.16º | 0.79% | 0.85% | - |
| XYZ | 30.47 | 17.68 | 4.39 | - |
| YUV | 102.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 46 | 0 | 0.75 | 0.79 | 0.15 | 3.16 | 0.69 | 0.52 |
| Hex | D9 | 37 | 2E | 0 | 4B | 4F | F | 3 | 45 | 34 |
| Octal | 331 | 67 | 56 | 0 | 113 | 117 | 17 | 3 | 105 | 64 |
| Binary | 11011001 | 110111 | 101110 | 0 | 1001011 | 1001111 | 1111 | 11 | 1000101 | 110100 |
Color Harmonies of #D9372E
Complementary color
Monochromatic Colors of #D9372E
Black with #D9372E
Text Example
Text Example
White with #D9372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9372E; }
p { color: rgb(217,55,46); }
H1.HeaderClassName
{
color: #D9372E;
}
.AnyTagClassName
{
color: #D9372E;
}
</style>
background-color css
<style>
a { background-color: #D9372E; }
a { background-color: rgb(217,55,46); }
div.DivClassName
{
background-color: #D9372E;
}
.BgClassName
{
background-color: #D9372E;
}
</style>
border-color css
<style>
span { border-color: #D9372E; }
span { border-color: rgb(217,55,46); }
td.TdClassName
{
border-color: #D9372E;
}
.TagClassName
{
border-color: #D9372E;
}
</style>