Shades of Persian Red #D73225
Tints of Persian Red #D73225
RGB
CMYK
RGB Variations
Color information
#D73225 (or 0xD73225) is known color: Persian Red. HEX triplet: D7, 32 and 25. RGB value is (215,50,37). Sum of RGB (Red+Green+Blue) = 215+50+37=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D73225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73225 is #28CDDA. Grayscale: #626262. Windows color (decimal): -2674139 or 2437847. OLE color: 2437847.
HSL color Cylindrical-coordinate representation of color #D73225: hue angle of 4.38º 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 #D73225 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 37 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.16 |
| HSL | 4.38º | 0.71% | 0.49% | - |
| HSV(B) | 4.38º | 0.83% | 0.84% | - |
| XYZ | 29.5 | 16.86 | 3.45 | - |
| YUV | 97.85 | 93.66 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 37 | 0 | 0.77 | 0.83 | 0.16 | 4.38 | 0.71 | 0.49 |
| Hex | D7 | 32 | 25 | 0 | 4D | 53 | 10 | 4 | 47 | 31 |
| Octal | 327 | 62 | 45 | 0 | 115 | 123 | 20 | 4 | 107 | 61 |
| Binary | 11010111 | 110010 | 100101 | 0 | 1001101 | 1010011 | 10000 | 100 | 1000111 | 110001 |
Color Harmonies of #D73225
Complementary color
Monochromatic Colors of #D73225
Black with #D73225
Text Example
Text Example
White with #D73225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73225; }
p { color: rgb(215,50,37); }
H1.HeaderClassName
{
color: #D73225;
}
.AnyTagClassName
{
color: #D73225;
}
</style>
background-color css
<style>
a { background-color: #D73225; }
a { background-color: rgb(215,50,37); }
div.DivClassName
{
background-color: #D73225;
}
.BgClassName
{
background-color: #D73225;
}
</style>
border-color css
<style>
span { border-color: #D73225; }
span { border-color: rgb(215,50,37); }
td.TdClassName
{
border-color: #D73225;
}
.TagClassName
{
border-color: #D73225;
}
</style>