Shades of Persian Red #D72421
Tints of Persian Red #D72421
RGB
CMYK
RGB Variations
Color information
#D72421 (or 0xD72421) is known color: Persian Red. HEX triplet: D7, 24 and 21. RGB value is (215,36,33). Sum of RGB (Red+Green+Blue) = 215+36+33=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D72421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72421 is #28DBDE. Grayscale: #595959. Windows color (decimal): -2677727 or 2172119. OLE color: 2172119.
HSL color Cylindrical-coordinate representation of color #D72421: hue angle of 0.99º 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 #D72421 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 33 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.16 |
| HSL | 0.99º | 0.73% | 0.49% | - |
| HSV(B) | 0.99º | 0.85% | 0.84% | - |
| XYZ | 28.93 | 15.82 | 2.97 | - |
| YUV | 89.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 33 | 0 | 0.83 | 0.85 | 0.16 | 0.99 | 0.73 | 0.49 |
| Hex | D7 | 24 | 21 | 0 | 53 | 55 | 10 | 1 | 49 | 31 |
| Octal | 327 | 44 | 41 | 0 | 123 | 125 | 20 | 1 | 111 | 61 |
| Binary | 11010111 | 100100 | 100001 | 0 | 1010011 | 1010101 | 10000 | 1 | 1001001 | 110001 |
Color Harmonies of #D72421
Complementary color
Monochromatic Colors of #D72421
Black with #D72421
Text Example
Text Example
White with #D72421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72421; }
p { color: rgb(215,36,33); }
H1.HeaderClassName
{
color: #D72421;
}
.AnyTagClassName
{
color: #D72421;
}
</style>
background-color css
<style>
a { background-color: #D72421; }
a { background-color: rgb(215,36,33); }
div.DivClassName
{
background-color: #D72421;
}
.BgClassName
{
background-color: #D72421;
}
</style>
border-color css
<style>
span { border-color: #D72421; }
span { border-color: rgb(215,36,33); }
td.TdClassName
{
border-color: #D72421;
}
.TagClassName
{
border-color: #D72421;
}
</style>