Shades of Persian Red #D73625
Tints of Persian Red #D73625
RGB
CMYK
RGB Variations
Color information
#D73625 (or 0xD73625) is known color: Persian Red. HEX triplet: D7, 36 and 25. RGB value is (215,54,37). Sum of RGB (Red+Green+Blue) = 215+54+37=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D73625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73625 is #28C9DA. Grayscale: #646464. Windows color (decimal): -2673115 or 2438871. OLE color: 2438871.
HSL color Cylindrical-coordinate representation of color #D73625: hue angle of 5.73º 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 #D73625 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 37 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.16 |
| HSL | 5.73º | 0.71% | 0.49% | - |
| HSV(B) | 5.73º | 0.83% | 0.84% | - |
| XYZ | 29.68 | 17.22 | 3.51 | - |
| YUV | 100.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 37 | 0 | 0.75 | 0.83 | 0.16 | 5.73 | 0.71 | 0.49 |
| Hex | D7 | 36 | 25 | 0 | 4B | 53 | 10 | 6 | 47 | 31 |
| Octal | 327 | 66 | 45 | 0 | 113 | 123 | 20 | 6 | 107 | 61 |
| Binary | 11010111 | 110110 | 100101 | 0 | 1001011 | 1010011 | 10000 | 110 | 1000111 | 110001 |
Color Harmonies of #D73625
Complementary color
Monochromatic Colors of #D73625
Black with #D73625
Text Example
Text Example
White with #D73625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73625; }
p { color: rgb(215,54,37); }
H1.HeaderClassName
{
color: #D73625;
}
.AnyTagClassName
{
color: #D73625;
}
</style>
background-color css
<style>
a { background-color: #D73625; }
a { background-color: rgb(215,54,37); }
div.DivClassName
{
background-color: #D73625;
}
.BgClassName
{
background-color: #D73625;
}
</style>
border-color css
<style>
span { border-color: #D73625; }
span { border-color: rgb(215,54,37); }
td.TdClassName
{
border-color: #D73625;
}
.TagClassName
{
border-color: #D73625;
}
</style>