Shades of Persian Red #D73824
Tints of Persian Red #D73824
RGB
CMYK
RGB Variations
Color information
#D73824 (or 0xD73824) is known color: Persian Red. HEX triplet: D7, 38 and 24. RGB value is (215,56,36). Sum of RGB (Red+Green+Blue) = 215+56+36=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D73824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73824 is #28C7DB. Grayscale: #656565. Windows color (decimal): -2672604 or 2373847. OLE color: 2373847.
HSL color Cylindrical-coordinate representation of color #D73824: hue angle of 6.7º 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 #D73824 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 36 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.16 |
| HSL | 6.7º | 0.71% | 0.49% | - |
| HSV(B) | 6.7º | 0.83% | 0.84% | - |
| XYZ | 29.76 | 17.4 | 3.46 | - |
| YUV | 101.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 36 | 0 | 0.74 | 0.83 | 0.16 | 6.7 | 0.71 | 0.49 |
| Hex | D7 | 38 | 24 | 0 | 4A | 53 | 10 | 7 | 47 | 31 |
| Octal | 327 | 70 | 44 | 0 | 112 | 123 | 20 | 7 | 107 | 61 |
| Binary | 11010111 | 111000 | 100100 | 0 | 1001010 | 1010011 | 10000 | 111 | 1000111 | 110001 |
Color Harmonies of #D73824
Complementary color
Monochromatic Colors of #D73824
Black with #D73824
Text Example
Text Example
White with #D73824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73824; }
p { color: rgb(215,56,36); }
H1.HeaderClassName
{
color: #D73824;
}
.AnyTagClassName
{
color: #D73824;
}
</style>
background-color css
<style>
a { background-color: #D73824; }
a { background-color: rgb(215,56,36); }
div.DivClassName
{
background-color: #D73824;
}
.BgClassName
{
background-color: #D73824;
}
</style>
border-color css
<style>
span { border-color: #D73824; }
span { border-color: rgb(215,56,36); }
td.TdClassName
{
border-color: #D73824;
}
.TagClassName
{
border-color: #D73824;
}
</style>