Shades of Persian Red #D82C25
Tints of Persian Red #D82C25
RGB
CMYK
RGB Variations
Color information
#D82C25 (or 0xD82C25) is known color: Persian Red. HEX triplet: D8, 2C and 25. RGB value is (216,44,37). Sum of RGB (Red+Green+Blue) = 216+44+37=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C25 is #27D3DA. Grayscale: #5E5E5E. Windows color (decimal): -2610139 or 2436312. OLE color: 2436312.
HSL color Cylindrical-coordinate representation of color #D82C25: hue angle of 2.35º 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 #D82C25 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 37 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.15 |
| HSL | 2.35º | 0.71% | 0.5% | - |
| HSV(B) | 2.35º | 0.83% | 0.85% | - |
| XYZ | 29.55 | 16.53 | 3.38 | - |
| YUV | 94.63 | 95.48 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 37 | 0 | 0.80 | 0.83 | 0.15 | 2.35 | 0.71 | 0.5 |
| Hex | D8 | 2C | 25 | 0 | 50 | 53 | F | 2 | 47 | 32 |
| Octal | 330 | 54 | 45 | 0 | 120 | 123 | 17 | 2 | 107 | 62 |
| Binary | 11011000 | 101100 | 100101 | 0 | 1010000 | 1010011 | 1111 | 10 | 1000111 | 110010 |
Color Harmonies of #D82C25
Complementary color
Monochromatic Colors of #D82C25
Black with #D82C25
Text Example
Text Example
White with #D82C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C25; }
p { color: rgb(216,44,37); }
H1.HeaderClassName
{
color: #D82C25;
}
.AnyTagClassName
{
color: #D82C25;
}
</style>
background-color css
<style>
a { background-color: #D82C25; }
a { background-color: rgb(216,44,37); }
div.DivClassName
{
background-color: #D82C25;
}
.BgClassName
{
background-color: #D82C25;
}
</style>
border-color css
<style>
span { border-color: #D82C25; }
span { border-color: rgb(216,44,37); }
td.TdClassName
{
border-color: #D82C25;
}
.TagClassName
{
border-color: #D82C25;
}
</style>