Shades of Persian Red #D7352E
Tints of Persian Red #D7352E
RGB
CMYK
RGB Variations
Color information
#D7352E (or 0xD7352E) is known color: Persian Red. HEX triplet: D7, 35 and 2E. RGB value is (215,53,46). Sum of RGB (Red+Green+Blue) = 215+53+46=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7352E is #28CAD1. Grayscale: #646464. Windows color (decimal): -2673362 or 3028439. OLE color: 3028439.
HSL color Cylindrical-coordinate representation of color #D7352E: hue angle of 2.49º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7352E is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 46 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.16 |
| HSL | 2.49º | 0.68% | 0.51% | - |
| HSV(B) | 2.49º | 0.79% | 0.84% | - |
| XYZ | 29.79 | 17.19 | 4.33 | - |
| YUV | 100.64 | 97.17 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 46 | 0 | 0.75 | 0.79 | 0.16 | 2.49 | 0.68 | 0.51 |
| Hex | D7 | 35 | 2E | 0 | 4B | 4F | 10 | 2 | 44 | 33 |
| Octal | 327 | 65 | 56 | 0 | 113 | 117 | 20 | 2 | 104 | 63 |
| Binary | 11010111 | 110101 | 101110 | 0 | 1001011 | 1001111 | 10000 | 10 | 1000100 | 110011 |
Color Harmonies of #D7352E
Complementary color
Monochromatic Colors of #D7352E
Black with #D7352E
Text Example
Text Example
White with #D7352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7352E; }
p { color: rgb(215,53,46); }
H1.HeaderClassName
{
color: #D7352E;
}
.AnyTagClassName
{
color: #D7352E;
}
</style>
background-color css
<style>
a { background-color: #D7352E; }
a { background-color: rgb(215,53,46); }
div.DivClassName
{
background-color: #D7352E;
}
.BgClassName
{
background-color: #D7352E;
}
</style>
border-color css
<style>
span { border-color: #D7352E; }
span { border-color: rgb(215,53,46); }
td.TdClassName
{
border-color: #D7352E;
}
.TagClassName
{
border-color: #D7352E;
}
</style>