Shades of Persian Red #D73A2B
Tints of Persian Red #D73A2B
RGB
CMYK
RGB Variations
Color information
#D73A2B (or 0xD73A2B) is known color: Persian Red. HEX triplet: D7, 3A and 2B. RGB value is (215,58,43). Sum of RGB (Red+Green+Blue) = 215+58+43=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A2B is #28C5D4. Grayscale: #676767. Windows color (decimal): -2672085 or 2833111. OLE color: 2833111.
HSL color Cylindrical-coordinate representation of color #D73A2B: hue angle of 5.23º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D73A2B is Cyan = 0, Magento = 0.73, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 43 | - |
| CMYK | 0 | 0.73 | 0.8 | 0.16 |
| HSL | 5.23º | 0.68% | 0.51% | - |
| HSV(B) | 5.23º | 0.8% | 0.84% | - |
| XYZ | 29.97 | 17.65 | 4.11 | - |
| YUV | 103.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 43 | 0 | 0.73 | 0.8 | 0.16 | 5.23 | 0.68 | 0.51 |
| Hex | D7 | 3A | 2B | 0 | 49 | 50 | 10 | 5 | 44 | 33 |
| Octal | 327 | 72 | 53 | 0 | 111 | 120 | 20 | 5 | 104 | 63 |
| Binary | 11010111 | 111010 | 101011 | 0 | 1001001 | 1010000 | 10000 | 101 | 1000100 | 110011 |
Color Harmonies of #D73A2B
Complementary color
Monochromatic Colors of #D73A2B
Black with #D73A2B
Text Example
Text Example
White with #D73A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73A2B; }
p { color: rgb(215,58,43); }
H1.HeaderClassName
{
color: #D73A2B;
}
.AnyTagClassName
{
color: #D73A2B;
}
</style>
background-color css
<style>
a { background-color: #D73A2B; }
a { background-color: rgb(215,58,43); }
div.DivClassName
{
background-color: #D73A2B;
}
.BgClassName
{
background-color: #D73A2B;
}
</style>
border-color css
<style>
span { border-color: #D73A2B; }
span { border-color: rgb(215,58,43); }
td.TdClassName
{
border-color: #D73A2B;
}
.TagClassName
{
border-color: #D73A2B;
}
</style>