Shades of Persian Red #D73A37
Tints of Persian Red #D73A37
RGB
CMYK
RGB Variations
Color information
#D73A37 (or 0xD73A37) is known color: Persian Red. HEX triplet: D7, 3A and 37. RGB value is (215,58,55). Sum of RGB (Red+Green+Blue) = 215+58+55=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A37 is #28C5C8. Grayscale: #686868. Windows color (decimal): -2672073 or 3619543. OLE color: 3619543.
HSL color Cylindrical-coordinate representation of color #D73A37: hue angle of 1.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73A37 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 55 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.16 |
| HSL | 1.13º | 0.67% | 0.53% | - |
| HSV(B) | 1.13º | 0.74% | 0.84% | - |
| XYZ | 30.23 | 17.75 | 5.45 | - |
| YUV | 104.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 55 | 0 | 0.73 | 0.74 | 0.16 | 1.13 | 0.67 | 0.53 |
| Hex | D7 | 3A | 37 | 0 | 49 | 4A | 10 | 1 | 43 | 35 |
| Octal | 327 | 72 | 67 | 0 | 111 | 112 | 20 | 1 | 103 | 65 |
| Binary | 11010111 | 111010 | 110111 | 0 | 1001001 | 1001010 | 10000 | 1 | 1000011 | 110101 |
Color Harmonies of #D73A37
Complementary color
Monochromatic Colors of #D73A37
Black with #D73A37
Text Example
Text Example
White with #D73A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73A37; }
p { color: rgb(215,58,55); }
H1.HeaderClassName
{
color: #D73A37;
}
.AnyTagClassName
{
color: #D73A37;
}
</style>
background-color css
<style>
a { background-color: #D73A37; }
a { background-color: rgb(215,58,55); }
div.DivClassName
{
background-color: #D73A37;
}
.BgClassName
{
background-color: #D73A37;
}
</style>
border-color css
<style>
span { border-color: #D73A37; }
span { border-color: rgb(215,58,55); }
td.TdClassName
{
border-color: #D73A37;
}
.TagClassName
{
border-color: #D73A37;
}
</style>