Shades of Persian Red #D82A28
Tints of Persian Red #D82A28
RGB
CMYK
RGB Variations
Color information
#D82A28 (or 0xD82A28) is known color: Persian Red. HEX triplet: D8, 2A and 28. RGB value is (216,42,40). Sum of RGB (Red+Green+Blue) = 216+42+40=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A28 is #27D5D7. Grayscale: #5D5D5D. Windows color (decimal): -2610648 or 2632408. OLE color: 2632408.
HSL color Cylindrical-coordinate representation of color #D82A28: hue angle of 0.68º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A28 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 40 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.15 |
| HSL | 0.68º | 0.69% | 0.5% | - |
| HSV(B) | 0.68º | 0.81% | 0.85% | - |
| XYZ | 29.53 | 16.41 | 3.62 | - |
| YUV | 93.8 | 97.65 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 40 | 0 | 0.81 | 0.81 | 0.15 | 0.68 | 0.69 | 0.5 |
| Hex | D8 | 2A | 28 | 0 | 51 | 51 | F | 1 | 45 | 32 |
| Octal | 330 | 52 | 50 | 0 | 121 | 121 | 17 | 1 | 105 | 62 |
| Binary | 11011000 | 101010 | 101000 | 0 | 1010001 | 1010001 | 1111 | 1 | 1000101 | 110010 |
Color Harmonies of #D82A28
Complementary color
Monochromatic Colors of #D82A28
Black with #D82A28
Text Example
Text Example
White with #D82A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A28; }
p { color: rgb(216,42,40); }
H1.HeaderClassName
{
color: #D82A28;
}
.AnyTagClassName
{
color: #D82A28;
}
</style>
background-color css
<style>
a { background-color: #D82A28; }
a { background-color: rgb(216,42,40); }
div.DivClassName
{
background-color: #D82A28;
}
.BgClassName
{
background-color: #D82A28;
}
</style>
border-color css
<style>
span { border-color: #D82A28; }
span { border-color: rgb(216,42,40); }
td.TdClassName
{
border-color: #D82A28;
}
.TagClassName
{
border-color: #D82A28;
}
</style>