Shades of Persian Red #D73224
Tints of Persian Red #D73224
RGB
CMYK
RGB Variations
Color information
#D73224 (or 0xD73224) is known color: Persian Red. HEX triplet: D7, 32 and 24. RGB value is (215,50,36). Sum of RGB (Red+Green+Blue) = 215+50+36=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D73224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73224 is #28CDDB. Grayscale: #616161. Windows color (decimal): -2674140 or 2372311. OLE color: 2372311.
HSL color Cylindrical-coordinate representation of color #D73224: hue angle of 4.69º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D73224 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 36 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.16 |
| HSL | 4.69º | 0.71% | 0.49% | - |
| HSV(B) | 4.69º | 0.83% | 0.84% | - |
| XYZ | 29.48 | 16.86 | 3.37 | - |
| YUV | 97.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 36 | 0 | 0.77 | 0.83 | 0.16 | 4.69 | 0.71 | 0.49 |
| Hex | D7 | 32 | 24 | 0 | 4D | 53 | 10 | 5 | 47 | 31 |
| Octal | 327 | 62 | 44 | 0 | 115 | 123 | 20 | 5 | 107 | 61 |
| Binary | 11010111 | 110010 | 100100 | 0 | 1001101 | 1010011 | 10000 | 101 | 1000111 | 110001 |
Color Harmonies of #D73224
Complementary color
Monochromatic Colors of #D73224
Black with #D73224
Text Example
Text Example
White with #D73224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73224; }
p { color: rgb(215,50,36); }
H1.HeaderClassName
{
color: #D73224;
}
.AnyTagClassName
{
color: #D73224;
}
</style>
background-color css
<style>
a { background-color: #D73224; }
a { background-color: rgb(215,50,36); }
div.DivClassName
{
background-color: #D73224;
}
.BgClassName
{
background-color: #D73224;
}
</style>
border-color css
<style>
span { border-color: #D73224; }
span { border-color: rgb(215,50,36); }
td.TdClassName
{
border-color: #D73224;
}
.TagClassName
{
border-color: #D73224;
}
</style>