Shades of Persian Red #D9332D
Tints of Persian Red #D9332D
RGB
CMYK
RGB Variations
Color information
#D9332D (or 0xD9332D) is known color: Persian Red. HEX triplet: D9, 33 and 2D. RGB value is (217,51,45). Sum of RGB (Red+Green+Blue) = 217+51+45=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9332D is #26CCD2. Grayscale: #646464. Windows color (decimal): -2542803 or 2962393. OLE color: 2962393.
HSL color Cylindrical-coordinate representation of color #D9332D: hue angle of 2.09º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9332D is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 45 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.15 |
| HSL | 2.09º | 0.69% | 0.51% | - |
| HSV(B) | 2.09º | 0.79% | 0.85% | - |
| XYZ | 30.27 | 17.31 | 4.23 | - |
| YUV | 99.95 | 97 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 45 | 0 | 0.76 | 0.79 | 0.15 | 2.09 | 0.69 | 0.51 |
| Hex | D9 | 33 | 2D | 0 | 4C | 4F | F | 2 | 45 | 33 |
| Octal | 331 | 63 | 55 | 0 | 114 | 117 | 17 | 2 | 105 | 63 |
| Binary | 11011001 | 110011 | 101101 | 0 | 1001100 | 1001111 | 1111 | 10 | 1000101 | 110011 |
Color Harmonies of #D9332D
Complementary color
Monochromatic Colors of #D9332D
Black with #D9332D
Text Example
Text Example
White with #D9332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9332D; }
p { color: rgb(217,51,45); }
H1.HeaderClassName
{
color: #D9332D;
}
.AnyTagClassName
{
color: #D9332D;
}
</style>
background-color css
<style>
a { background-color: #D9332D; }
a { background-color: rgb(217,51,45); }
div.DivClassName
{
background-color: #D9332D;
}
.BgClassName
{
background-color: #D9332D;
}
</style>
border-color css
<style>
span { border-color: #D9332D; }
span { border-color: rgb(217,51,45); }
td.TdClassName
{
border-color: #D9332D;
}
.TagClassName
{
border-color: #D9332D;
}
</style>