Shades of Persian Red #D72821
Tints of Persian Red #D72821
RGB
CMYK
RGB Variations
Color information
#D72821 (or 0xD72821) is known color: Persian Red. HEX triplet: D7, 28 and 21. RGB value is (215,40,33). Sum of RGB (Red+Green+Blue) = 215+40+33=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D72821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72821 is #28D7DE. Grayscale: #5B5B5B. Windows color (decimal): -2676703 or 2173143. OLE color: 2173143.
HSL color Cylindrical-coordinate representation of color #D72821: hue angle of 2.31º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72821 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 33 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.16 |
| HSL | 2.31º | 0.73% | 0.49% | - |
| HSV(B) | 2.31º | 0.85% | 0.84% | - |
| XYZ | 29.06 | 16.07 | 3.01 | - |
| YUV | 91.53 | 94.98 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 33 | 0 | 0.81 | 0.85 | 0.16 | 2.31 | 0.73 | 0.49 |
| Hex | D7 | 28 | 21 | 0 | 51 | 55 | 10 | 2 | 49 | 31 |
| Octal | 327 | 50 | 41 | 0 | 121 | 125 | 20 | 2 | 111 | 61 |
| Binary | 11010111 | 101000 | 100001 | 0 | 1010001 | 1010101 | 10000 | 10 | 1001001 | 110001 |
Color Harmonies of #D72821
Complementary color
Monochromatic Colors of #D72821
Black with #D72821
Text Example
Text Example
White with #D72821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72821; }
p { color: rgb(215,40,33); }
H1.HeaderClassName
{
color: #D72821;
}
.AnyTagClassName
{
color: #D72821;
}
</style>
background-color css
<style>
a { background-color: #D72821; }
a { background-color: rgb(215,40,33); }
div.DivClassName
{
background-color: #D72821;
}
.BgClassName
{
background-color: #D72821;
}
</style>
border-color css
<style>
span { border-color: #D72821; }
span { border-color: rgb(215,40,33); }
td.TdClassName
{
border-color: #D72821;
}
.TagClassName
{
border-color: #D72821;
}
</style>