Shades of Persian Red #D2352A
Tints of Persian Red #D2352A
RGB
CMYK
RGB Variations
Color information
#D2352A (or 0xD2352A) is known color: Persian Red. HEX triplet: D2, 35 and 2A. RGB value is (210,53,42). Sum of RGB (Red+Green+Blue) = 210+53+42=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2352A is #2DCAD5. Grayscale: #626262. Windows color (decimal): -3001046 or 2766290. OLE color: 2766290.
HSL color Cylindrical-coordinate representation of color #D2352A: hue angle of 3.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2352A is Cyan = 0, Magento = 0.75, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 42 | - |
| CMYK | 0 | 0.75 | 0.8 | 0.18 |
| HSL | 3.93º | 0.67% | 0.49% | - |
| HSV(B) | 3.93º | 0.8% | 0.82% | - |
| XYZ | 28.27 | 16.42 | 3.87 | - |
| YUV | 98.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 42 | 0 | 0.75 | 0.8 | 0.18 | 3.93 | 0.67 | 0.49 |
| Hex | D2 | 35 | 2A | 0 | 4B | 50 | 12 | 4 | 43 | 31 |
| Octal | 322 | 65 | 52 | 0 | 113 | 120 | 22 | 4 | 103 | 61 |
| Binary | 11010010 | 110101 | 101010 | 0 | 1001011 | 1010000 | 10010 | 100 | 1000011 | 110001 |
Color Harmonies of #D2352A
Complementary color
Monochromatic Colors of #D2352A
Black with #D2352A
Text Example
Text Example
White with #D2352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2352A; }
p { color: rgb(210,53,42); }
H1.HeaderClassName
{
color: #D2352A;
}
.AnyTagClassName
{
color: #D2352A;
}
</style>
background-color css
<style>
a { background-color: #D2352A; }
a { background-color: rgb(210,53,42); }
div.DivClassName
{
background-color: #D2352A;
}
.BgClassName
{
background-color: #D2352A;
}
</style>
border-color css
<style>
span { border-color: #D2352A; }
span { border-color: rgb(210,53,42); }
td.TdClassName
{
border-color: #D2352A;
}
.TagClassName
{
border-color: #D2352A;
}
</style>