Shades of Persian Red #D82827
Tints of Persian Red #D82827
RGB
CMYK
RGB Variations
Color information
#D82827 (or 0xD82827) is known color: Persian Red. HEX triplet: D8, 28 and 27. RGB value is (216,40,39). Sum of RGB (Red+Green+Blue) = 216+40+39=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D82827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82827 is #27D7D8. Grayscale: #5C5C5C. Windows color (decimal): -2611161 or 2566360. OLE color: 2566360.
HSL color Cylindrical-coordinate representation of color #D82827: hue angle of 0.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82827 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 39 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.15 |
| HSL | 0.34º | 0.69% | 0.5% | - |
| HSV(B) | 0.34º | 0.82% | 0.85% | - |
| XYZ | 29.44 | 16.26 | 3.51 | - |
| YUV | 92.51 | 97.81 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 39 | 0 | 0.81 | 0.82 | 0.15 | 0.34 | 0.69 | 0.5 |
| Hex | D8 | 28 | 27 | 0 | 51 | 52 | F | 0 | 45 | 32 |
| Octal | 330 | 50 | 47 | 0 | 121 | 122 | 17 | 0 | 105 | 62 |
| Binary | 11011000 | 101000 | 100111 | 0 | 1010001 | 1010010 | 1111 | 0 | 1000101 | 110010 |
Color Harmonies of #D82827
Complementary color
Monochromatic Colors of #D82827
Black with #D82827
Text Example
Text Example
White with #D82827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82827; }
p { color: rgb(216,40,39); }
H1.HeaderClassName
{
color: #D82827;
}
.AnyTagClassName
{
color: #D82827;
}
</style>
background-color css
<style>
a { background-color: #D82827; }
a { background-color: rgb(216,40,39); }
div.DivClassName
{
background-color: #D82827;
}
.BgClassName
{
background-color: #D82827;
}
</style>
border-color css
<style>
span { border-color: #D82827; }
span { border-color: rgb(216,40,39); }
td.TdClassName
{
border-color: #D82827;
}
.TagClassName
{
border-color: #D82827;
}
</style>