Shades of Persian Red #D2392B
Tints of Persian Red #D2392B
RGB
CMYK
RGB Variations
Color information
#D2392B (or 0xD2392B) is known color: Persian Red. HEX triplet: D2, 39 and 2B. RGB value is (210,57,43). Sum of RGB (Red+Green+Blue) = 210+57+43=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2392B is #2DC6D4. Grayscale: #656565. Windows color (decimal): -3000021 or 2832850. OLE color: 2832850.
HSL color Cylindrical-coordinate representation of color #D2392B: hue angle of 5.03º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2392B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 43 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.18 |
| HSL | 5.03º | 0.66% | 0.5% | - |
| HSV(B) | 5.03º | 0.8% | 0.82% | - |
| XYZ | 28.48 | 16.8 | 4.03 | - |
| YUV | 101.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 43 | 0 | 0.73 | 0.80 | 0.18 | 5.03 | 0.66 | 0.5 |
| Hex | D2 | 39 | 2B | 0 | 49 | 50 | 12 | 5 | 42 | 32 |
| Octal | 322 | 71 | 53 | 0 | 111 | 120 | 22 | 5 | 102 | 62 |
| Binary | 11010010 | 111001 | 101011 | 0 | 1001001 | 1010000 | 10010 | 101 | 1000010 | 110010 |
Color Harmonies of #D2392B
Complementary color
Monochromatic Colors of #D2392B
Black with #D2392B
Text Example
Text Example
White with #D2392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2392B; }
p { color: rgb(210,57,43); }
H1.HeaderClassName
{
color: #D2392B;
}
.AnyTagClassName
{
color: #D2392B;
}
</style>
background-color css
<style>
a { background-color: #D2392B; }
a { background-color: rgb(210,57,43); }
div.DivClassName
{
background-color: #D2392B;
}
.BgClassName
{
background-color: #D2392B;
}
</style>
border-color css
<style>
span { border-color: #D2392B; }
span { border-color: rgb(210,57,43); }
td.TdClassName
{
border-color: #D2392B;
}
.TagClassName
{
border-color: #D2392B;
}
</style>