Shades of Persian Red #D9372B
Tints of Persian Red #D9372B
RGB
CMYK
RGB Variations
Color information
#D9372B (or 0xD9372B) is known color: Persian Red. HEX triplet: D9, 37 and 2B. RGB value is (217,55,43). Sum of RGB (Red+Green+Blue) = 217+55+43=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9372B is #26C8D4. Grayscale: #666666. Windows color (decimal): -2541781 or 2832345. OLE color: 2832345.
HSL color Cylindrical-coordinate representation of color #D9372B: hue angle of 4.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9372B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 43 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.15 |
| HSL | 4.14º | 0.7% | 0.51% | - |
| HSV(B) | 4.14º | 0.8% | 0.85% | - |
| XYZ | 30.42 | 17.66 | 4.09 | - |
| YUV | 102.07 | 94.67 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 43 | 0 | 0.75 | 0.80 | 0.15 | 4.14 | 0.7 | 0.51 |
| Hex | D9 | 37 | 2B | 0 | 4B | 50 | F | 4 | 46 | 33 |
| Octal | 331 | 67 | 53 | 0 | 113 | 120 | 17 | 4 | 106 | 63 |
| Binary | 11011001 | 110111 | 101011 | 0 | 1001011 | 1010000 | 1111 | 100 | 1000110 | 110011 |
Color Harmonies of #D9372B
Complementary color
Monochromatic Colors of #D9372B
Black with #D9372B
Text Example
Text Example
White with #D9372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9372B; }
p { color: rgb(217,55,43); }
H1.HeaderClassName
{
color: #D9372B;
}
.AnyTagClassName
{
color: #D9372B;
}
</style>
background-color css
<style>
a { background-color: #D9372B; }
a { background-color: rgb(217,55,43); }
div.DivClassName
{
background-color: #D9372B;
}
.BgClassName
{
background-color: #D9372B;
}
</style>
border-color css
<style>
span { border-color: #D9372B; }
span { border-color: rgb(217,55,43); }
td.TdClassName
{
border-color: #D9372B;
}
.TagClassName
{
border-color: #D9372B;
}
</style>