Shades of Persian Red #D9332E
Tints of Persian Red #D9332E
RGB
CMYK
RGB Variations
Color information
#D9332E (or 0xD9332E) is known color: Persian Red. HEX triplet: D9, 33 and 2E. RGB value is (217,51,46). Sum of RGB (Red+Green+Blue) = 217+51+46=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D9332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9332E is #26CCD1. Grayscale: #646464. Windows color (decimal): -2542802 or 3027929. OLE color: 3027929.
HSL color Cylindrical-coordinate representation of color #D9332E: hue angle of 1.75º 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 #D9332E is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 46 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.15 |
| HSL | 1.75º | 0.69% | 0.52% | - |
| HSV(B) | 1.75º | 0.79% | 0.85% | - |
| XYZ | 30.29 | 17.32 | 4.33 | - |
| YUV | 100.06 | 97.5 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 46 | 0 | 0.76 | 0.79 | 0.15 | 1.75 | 0.69 | 0.52 |
| Hex | D9 | 33 | 2E | 0 | 4C | 4F | F | 2 | 45 | 34 |
| Octal | 331 | 63 | 56 | 0 | 114 | 117 | 17 | 2 | 105 | 64 |
| Binary | 11011001 | 110011 | 101110 | 0 | 1001100 | 1001111 | 1111 | 10 | 1000101 | 110100 |
Color Harmonies of #D9332E
Complementary color
Monochromatic Colors of #D9332E
Black with #D9332E
Text Example
Text Example
White with #D9332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9332E; }
p { color: rgb(217,51,46); }
H1.HeaderClassName
{
color: #D9332E;
}
.AnyTagClassName
{
color: #D9332E;
}
</style>
background-color css
<style>
a { background-color: #D9332E; }
a { background-color: rgb(217,51,46); }
div.DivClassName
{
background-color: #D9332E;
}
.BgClassName
{
background-color: #D9332E;
}
</style>
border-color css
<style>
span { border-color: #D9332E; }
span { border-color: rgb(217,51,46); }
td.TdClassName
{
border-color: #D9332E;
}
.TagClassName
{
border-color: #D9332E;
}
</style>