Shades of Persian Red #D72620
Tints of Persian Red #D72620
RGB
CMYK
RGB Variations
Color information
#D72620 (or 0xD72620) is known color: Persian Red. HEX triplet: D7, 26 and 20. RGB value is (215,38,32). Sum of RGB (Red+Green+Blue) = 215+38+32=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D72620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72620 is #28D9DF. Grayscale: #5A5A5A. Windows color (decimal): -2677216 or 2107095. OLE color: 2107095.
HSL color Cylindrical-coordinate representation of color #D72620: hue angle of 1.97º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72620 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 32 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.16 |
| HSL | 1.97º | 0.74% | 0.48% | - |
| HSV(B) | 1.97º | 0.85% | 0.84% | - |
| XYZ | 28.98 | 15.94 | 2.92 | - |
| YUV | 90.24 | 95.14 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 32 | 0 | 0.82 | 0.85 | 0.16 | 1.97 | 0.74 | 0.48 |
| Hex | D7 | 26 | 20 | 0 | 52 | 55 | 10 | 2 | 4A | 30 |
| Octal | 327 | 46 | 40 | 0 | 122 | 125 | 20 | 2 | 112 | 60 |
| Binary | 11010111 | 100110 | 100000 | 0 | 1010010 | 1010101 | 10000 | 10 | 1001010 | 110000 |
Color Harmonies of #D72620
Complementary color
Monochromatic Colors of #D72620
Black with #D72620
Text Example
Text Example
White with #D72620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72620; }
p { color: rgb(215,38,32); }
H1.HeaderClassName
{
color: #D72620;
}
.AnyTagClassName
{
color: #D72620;
}
</style>
background-color css
<style>
a { background-color: #D72620; }
a { background-color: rgb(215,38,32); }
div.DivClassName
{
background-color: #D72620;
}
.BgClassName
{
background-color: #D72620;
}
</style>
border-color css
<style>
span { border-color: #D72620; }
span { border-color: rgb(215,38,32); }
td.TdClassName
{
border-color: #D72620;
}
.TagClassName
{
border-color: #D72620;
}
</style>