Shades of Persian Red #D73726
Tints of Persian Red #D73726
RGB
CMYK
RGB Variations
Color information
#D73726 (or 0xD73726) is known color: Persian Red. HEX triplet: D7, 37 and 26. RGB value is (215,55,38). Sum of RGB (Red+Green+Blue) = 215+55+38=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D73726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73726 is #28C8D9. Grayscale: #656565. Windows color (decimal): -2672858 or 2504663. OLE color: 2504663.
HSL color Cylindrical-coordinate representation of color #D73726: hue angle of 5.76º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D73726 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 38 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.16 |
| HSL | 5.76º | 0.7% | 0.5% | - |
| HSV(B) | 5.76º | 0.82% | 0.84% | - |
| XYZ | 29.74 | 17.32 | 3.61 | - |
| YUV | 100.9 | 92.51 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 38 | 0 | 0.74 | 0.82 | 0.16 | 5.76 | 0.7 | 0.5 |
| Hex | D7 | 37 | 26 | 0 | 4A | 52 | 10 | 6 | 46 | 32 |
| Octal | 327 | 67 | 46 | 0 | 112 | 122 | 20 | 6 | 106 | 62 |
| Binary | 11010111 | 110111 | 100110 | 0 | 1001010 | 1010010 | 10000 | 110 | 1000110 | 110010 |
Color Harmonies of #D73726
Complementary color
Monochromatic Colors of #D73726
Black with #D73726
Text Example
Text Example
White with #D73726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73726; }
p { color: rgb(215,55,38); }
H1.HeaderClassName
{
color: #D73726;
}
.AnyTagClassName
{
color: #D73726;
}
</style>
background-color css
<style>
a { background-color: #D73726; }
a { background-color: rgb(215,55,38); }
div.DivClassName
{
background-color: #D73726;
}
.BgClassName
{
background-color: #D73726;
}
</style>
border-color css
<style>
span { border-color: #D73726; }
span { border-color: rgb(215,55,38); }
td.TdClassName
{
border-color: #D73726;
}
.TagClassName
{
border-color: #D73726;
}
</style>