Shades of Persian Red #D82C21
Tints of Persian Red #D82C21
RGB
CMYK
RGB Variations
Color information
#D82C21 (or 0xD82C21) is known color: Persian Red. HEX triplet: D8, 2C and 21. RGB value is (216,44,33). Sum of RGB (Red+Green+Blue) = 216+44+33=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C21 is #27D3DE. Grayscale: #5E5E5E. Windows color (decimal): -2610143 or 2174168. OLE color: 2174168.
HSL color Cylindrical-coordinate representation of color #D82C21: hue angle of 3.61º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82C21 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 33 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.15 |
| HSL | 3.61º | 0.73% | 0.49% | - |
| HSV(B) | 3.61º | 0.85% | 0.85% | - |
| XYZ | 29.49 | 16.51 | 3.07 | - |
| YUV | 94.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 33 | 0 | 0.80 | 0.85 | 0.15 | 3.61 | 0.73 | 0.49 |
| Hex | D8 | 2C | 21 | 0 | 50 | 55 | F | 4 | 49 | 31 |
| Octal | 330 | 54 | 41 | 0 | 120 | 125 | 17 | 4 | 111 | 61 |
| Binary | 11011000 | 101100 | 100001 | 0 | 1010000 | 1010101 | 1111 | 100 | 1001001 | 110001 |
Color Harmonies of #D82C21
Complementary color
Monochromatic Colors of #D82C21
Black with #D82C21
Text Example
Text Example
White with #D82C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C21; }
p { color: rgb(216,44,33); }
H1.HeaderClassName
{
color: #D82C21;
}
.AnyTagClassName
{
color: #D82C21;
}
</style>
background-color css
<style>
a { background-color: #D82C21; }
a { background-color: rgb(216,44,33); }
div.DivClassName
{
background-color: #D82C21;
}
.BgClassName
{
background-color: #D82C21;
}
</style>
border-color css
<style>
span { border-color: #D82C21; }
span { border-color: rgb(216,44,33); }
td.TdClassName
{
border-color: #D82C21;
}
.TagClassName
{
border-color: #D82C21;
}
</style>