Shades of Persian Red #D82A25
Tints of Persian Red #D82A25
RGB
CMYK
RGB Variations
Color information
#D82A25 (or 0xD82A25) is known color: Persian Red. HEX triplet: D8, 2A and 25. RGB value is (216,42,37). Sum of RGB (Red+Green+Blue) = 216+42+37=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A25 is #27D5DA. Grayscale: #5D5D5D. Windows color (decimal): -2610651 or 2435800. OLE color: 2435800.
HSL color Cylindrical-coordinate representation of color #D82A25: hue angle of 1.68º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82A25 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 37 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.15 |
| HSL | 1.68º | 0.71% | 0.5% | - |
| HSV(B) | 1.68º | 0.83% | 0.85% | - |
| XYZ | 29.48 | 16.39 | 3.36 | - |
| YUV | 93.46 | 96.15 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 37 | 0 | 0.81 | 0.83 | 0.15 | 1.68 | 0.71 | 0.5 |
| Hex | D8 | 2A | 25 | 0 | 51 | 53 | F | 2 | 47 | 32 |
| Octal | 330 | 52 | 45 | 0 | 121 | 123 | 17 | 2 | 107 | 62 |
| Binary | 11011000 | 101010 | 100101 | 0 | 1010001 | 1010011 | 1111 | 10 | 1000111 | 110010 |
Color Harmonies of #D82A25
Complementary color
Monochromatic Colors of #D82A25
Black with #D82A25
Text Example
Text Example
White with #D82A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A25; }
p { color: rgb(216,42,37); }
H1.HeaderClassName
{
color: #D82A25;
}
.AnyTagClassName
{
color: #D82A25;
}
</style>
background-color css
<style>
a { background-color: #D82A25; }
a { background-color: rgb(216,42,37); }
div.DivClassName
{
background-color: #D82A25;
}
.BgClassName
{
background-color: #D82A25;
}
</style>
border-color css
<style>
span { border-color: #D82A25; }
span { border-color: rgb(216,42,37); }
td.TdClassName
{
border-color: #D82A25;
}
.TagClassName
{
border-color: #D82A25;
}
</style>