Shades of Persian Red #D73527
Tints of Persian Red #D73527
RGB
CMYK
RGB Variations
Color information
#D73527 (or 0xD73527) is known color: Persian Red. HEX triplet: D7, 35 and 27. RGB value is (215,53,39). Sum of RGB (Red+Green+Blue) = 215+53+39=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D73527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73527 is #28CAD8. Grayscale: #646464. Windows color (decimal): -2673369 or 2569687. OLE color: 2569687.
HSL color Cylindrical-coordinate representation of color #D73527: hue angle of 4.77º degrees, saturation: 0.69, 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 #D73527 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 39 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.16 |
| HSL | 4.77º | 0.69% | 0.5% | - |
| HSV(B) | 4.77º | 0.82% | 0.84% | - |
| XYZ | 29.66 | 17.14 | 3.66 | - |
| YUV | 99.84 | 93.67 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 39 | 0 | 0.75 | 0.82 | 0.16 | 4.77 | 0.69 | 0.5 |
| Hex | D7 | 35 | 27 | 0 | 4B | 52 | 10 | 5 | 45 | 32 |
| Octal | 327 | 65 | 47 | 0 | 113 | 122 | 20 | 5 | 105 | 62 |
| Binary | 11010111 | 110101 | 100111 | 0 | 1001011 | 1010010 | 10000 | 101 | 1000101 | 110010 |
Color Harmonies of #D73527
Complementary color
Monochromatic Colors of #D73527
Black with #D73527
Text Example
Text Example
White with #D73527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73527; }
p { color: rgb(215,53,39); }
H1.HeaderClassName
{
color: #D73527;
}
.AnyTagClassName
{
color: #D73527;
}
</style>
background-color css
<style>
a { background-color: #D73527; }
a { background-color: rgb(215,53,39); }
div.DivClassName
{
background-color: #D73527;
}
.BgClassName
{
background-color: #D73527;
}
</style>
border-color css
<style>
span { border-color: #D73527; }
span { border-color: rgb(215,53,39); }
td.TdClassName
{
border-color: #D73527;
}
.TagClassName
{
border-color: #D73527;
}
</style>