Shades of Persian Red #D82F2C
Tints of Persian Red #D82F2C
RGB
CMYK
RGB Variations
Color information
#D82F2C (or 0xD82F2C) is known color: Persian Red. HEX triplet: D8, 2F and 2C. RGB value is (216,47,44). Sum of RGB (Red+Green+Blue) = 216+47+44=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82F2C is #27D0D3. Grayscale: #616161. Windows color (decimal): -2609364 or 2895832. OLE color: 2895832.
HSL color Cylindrical-coordinate representation of color #D82F2C: hue angle of 1.05º degrees, saturation: 0.69, 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 #D82F2C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 44 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.15 |
| HSL | 1.05º | 0.69% | 0.51% | - |
| HSV(B) | 1.05º | 0.8% | 0.85% | - |
| XYZ | 29.79 | 16.81 | 4.06 | - |
| YUV | 97.19 | 97.99 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 44 | 0 | 0.78 | 0.80 | 0.15 | 1.05 | 0.69 | 0.51 |
| Hex | D8 | 2F | 2C | 0 | 4E | 50 | F | 1 | 45 | 33 |
| Octal | 330 | 57 | 54 | 0 | 116 | 120 | 17 | 1 | 105 | 63 |
| Binary | 11011000 | 101111 | 101100 | 0 | 1001110 | 1010000 | 1111 | 1 | 1000101 | 110011 |
Color Harmonies of #D82F2C
Complementary color
Monochromatic Colors of #D82F2C
Black with #D82F2C
Text Example
Text Example
White with #D82F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F2C; }
p { color: rgb(216,47,44); }
H1.HeaderClassName
{
color: #D82F2C;
}
.AnyTagClassName
{
color: #D82F2C;
}
</style>
background-color css
<style>
a { background-color: #D82F2C; }
a { background-color: rgb(216,47,44); }
div.DivClassName
{
background-color: #D82F2C;
}
.BgClassName
{
background-color: #D82F2C;
}
</style>
border-color css
<style>
span { border-color: #D82F2C; }
span { border-color: rgb(216,47,44); }
td.TdClassName
{
border-color: #D82F2C;
}
.TagClassName
{
border-color: #D82F2C;
}
</style>