Shades of Persian Red #D2362E
Tints of Persian Red #D2362E
RGB
CMYK
RGB Variations
Color information
#D2362E (or 0xD2362E) is known color: Persian Red. HEX triplet: D2, 36 and 2E. RGB value is (210,54,46). Sum of RGB (Red+Green+Blue) = 210+54+46=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2362E is #2DC9D1. Grayscale: #636363. Windows color (decimal): -3000786 or 3028690. OLE color: 3028690.
HSL color Cylindrical-coordinate representation of color #D2362E: hue angle of 2.93º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2362E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 46 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.18 |
| HSL | 2.93º | 0.65% | 0.5% | - |
| HSV(B) | 2.93º | 0.78% | 0.82% | - |
| XYZ | 28.39 | 16.54 | 4.28 | - |
| YUV | 99.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 46 | 0 | 0.74 | 0.78 | 0.18 | 2.93 | 0.65 | 0.5 |
| Hex | D2 | 36 | 2E | 0 | 4A | 4E | 12 | 3 | 41 | 32 |
| Octal | 322 | 66 | 56 | 0 | 112 | 116 | 22 | 3 | 101 | 62 |
| Binary | 11010010 | 110110 | 101110 | 0 | 1001010 | 1001110 | 10010 | 11 | 1000001 | 110010 |
Color Harmonies of #D2362E
Complementary color
Monochromatic Colors of #D2362E
Black with #D2362E
Text Example
Text Example
White with #D2362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2362E; }
p { color: rgb(210,54,46); }
H1.HeaderClassName
{
color: #D2362E;
}
.AnyTagClassName
{
color: #D2362E;
}
</style>
background-color css
<style>
a { background-color: #D2362E; }
a { background-color: rgb(210,54,46); }
div.DivClassName
{
background-color: #D2362E;
}
.BgClassName
{
background-color: #D2362E;
}
</style>
border-color css
<style>
span { border-color: #D2362E; }
span { border-color: rgb(210,54,46); }
td.TdClassName
{
border-color: #D2362E;
}
.TagClassName
{
border-color: #D2362E;
}
</style>