Shades of Persian Red #D7352A
Tints of Persian Red #D7352A
RGB
CMYK
RGB Variations
Color information
#D7352A (or 0xD7352A) is known color: Persian Red. HEX triplet: D7, 35 and 2A. RGB value is (215,53,42). Sum of RGB (Red+Green+Blue) = 215+53+42=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7352A is #28CAD5. Grayscale: #646464. Windows color (decimal): -2673366 or 2766295. OLE color: 2766295.
HSL color Cylindrical-coordinate representation of color #D7352A: hue angle of 3.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7352A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 42 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.16 |
| HSL | 3.82º | 0.68% | 0.5% | - |
| HSV(B) | 3.82º | 0.8% | 0.84% | - |
| XYZ | 29.72 | 17.16 | 3.94 | - |
| YUV | 100.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 42 | 0 | 0.75 | 0.80 | 0.16 | 3.82 | 0.68 | 0.5 |
| Hex | D7 | 35 | 2A | 0 | 4B | 50 | 10 | 4 | 44 | 32 |
| Octal | 327 | 65 | 52 | 0 | 113 | 120 | 20 | 4 | 104 | 62 |
| Binary | 11010111 | 110101 | 101010 | 0 | 1001011 | 1010000 | 10000 | 100 | 1000100 | 110010 |
Color Harmonies of #D7352A
Complementary color
Monochromatic Colors of #D7352A
Black with #D7352A
Text Example
Text Example
White with #D7352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7352A; }
p { color: rgb(215,53,42); }
H1.HeaderClassName
{
color: #D7352A;
}
.AnyTagClassName
{
color: #D7352A;
}
</style>
background-color css
<style>
a { background-color: #D7352A; }
a { background-color: rgb(215,53,42); }
div.DivClassName
{
background-color: #D7352A;
}
.BgClassName
{
background-color: #D7352A;
}
</style>
border-color css
<style>
span { border-color: #D7352A; }
span { border-color: rgb(215,53,42); }
td.TdClassName
{
border-color: #D7352A;
}
.TagClassName
{
border-color: #D7352A;
}
</style>