Shades of Persian Red #D8332D
Tints of Persian Red #D8332D
RGB
CMYK
RGB Variations
Color information
#D8332D (or 0xD8332D) is known color: Persian Red. HEX triplet: D8, 33 and 2D. RGB value is (216,51,45). Sum of RGB (Red+Green+Blue) = 216+51+45=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8332D is #27CCD2. Grayscale: #636363. Windows color (decimal): -2608339 or 2962392. OLE color: 2962392.
HSL color Cylindrical-coordinate representation of color #D8332D: hue angle of 2.11º 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 #D8332D is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 45 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.15 |
| HSL | 2.11º | 0.69% | 0.51% | - |
| HSV(B) | 2.11º | 0.79% | 0.85% | - |
| XYZ | 29.98 | 17.16 | 4.21 | - |
| YUV | 99.65 | 97.16 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 45 | 0 | 0.76 | 0.79 | 0.15 | 2.11 | 0.69 | 0.51 |
| Hex | D8 | 33 | 2D | 0 | 4C | 4F | F | 2 | 45 | 33 |
| Octal | 330 | 63 | 55 | 0 | 114 | 117 | 17 | 2 | 105 | 63 |
| Binary | 11011000 | 110011 | 101101 | 0 | 1001100 | 1001111 | 1111 | 10 | 1000101 | 110011 |
Color Harmonies of #D8332D
Complementary color
Monochromatic Colors of #D8332D
Black with #D8332D
Text Example
Text Example
White with #D8332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8332D; }
p { color: rgb(216,51,45); }
H1.HeaderClassName
{
color: #D8332D;
}
.AnyTagClassName
{
color: #D8332D;
}
</style>
background-color css
<style>
a { background-color: #D8332D; }
a { background-color: rgb(216,51,45); }
div.DivClassName
{
background-color: #D8332D;
}
.BgClassName
{
background-color: #D8332D;
}
</style>
border-color css
<style>
span { border-color: #D8332D; }
span { border-color: rgb(216,51,45); }
td.TdClassName
{
border-color: #D8332D;
}
.TagClassName
{
border-color: #D8332D;
}
</style>