Shades of Persian Red #D82D2D
Tints of Persian Red #D82D2D
RGB
CMYK
RGB Variations
Color information
#D82D2D (or 0xD82D2D) is known color: Persian Red. HEX triplet: D8, 2D and 2D. RGB value is (216,45,45). Sum of RGB (Red+Green+Blue) = 216+45+45=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D2D is #27D2D2. Grayscale: #606060. Windows color (decimal): -2609875 or 2960856. OLE color: 2960856.
HSL color Cylindrical-coordinate representation of color #D82D2D: hue angle of 0º 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 #D82D2D is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 45 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.15 |
| HSL | 0º | 0.69% | 0.51% | - |
| HSV(B) | 0º | 0.79% | 0.85% | - |
| XYZ | 29.73 | 16.67 | 4.13 | - |
| YUV | 96.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 45 | 0 | 0.79 | 0.79 | 0.15 | 0 | 0.69 | 0.51 |
| Hex | D8 | 2D | 2D | 0 | 4F | 4F | F | 0 | 45 | 33 |
| Octal | 330 | 55 | 55 | 0 | 117 | 117 | 17 | 0 | 105 | 63 |
| Binary | 11011000 | 101101 | 101101 | 0 | 1001111 | 1001111 | 1111 | 0 | 1000101 | 110011 |
Color Harmonies of #D82D2D
Complementary color
Monochromatic Colors of #D82D2D
Black with #D82D2D
Text Example
Text Example
White with #D82D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D2D; }
p { color: rgb(216,45,45); }
H1.HeaderClassName
{
color: #D82D2D;
}
.AnyTagClassName
{
color: #D82D2D;
}
</style>
background-color css
<style>
a { background-color: #D82D2D; }
a { background-color: rgb(216,45,45); }
div.DivClassName
{
background-color: #D82D2D;
}
.BgClassName
{
background-color: #D82D2D;
}
</style>
border-color css
<style>
span { border-color: #D82D2D; }
span { border-color: rgb(216,45,45); }
td.TdClassName
{
border-color: #D82D2D;
}
.TagClassName
{
border-color: #D82D2D;
}
</style>