Shades of Persian Red #DB2720
Tints of Persian Red #DB2720
RGB
CMYK
RGB Variations
Color information
#DB2720 (or 0xDB2720) is known color: Persian Red. HEX triplet: DB, 27 and 20. RGB value is (219,39,32). Sum of RGB (Red+Green+Blue) = 219+39+32=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2720 is #24D8DF. Grayscale: #5C5C5C. Windows color (decimal): -2414816 or 2107355. OLE color: 2107355.
HSL color Cylindrical-coordinate representation of color #DB2720: hue angle of 2.25º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2720 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 32 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.14 |
| HSL | 2.25º | 0.75% | 0.49% | - |
| HSV(B) | 2.25º | 0.85% | 0.86% | - |
| XYZ | 30.2 | 16.62 | 2.98 | - |
| YUV | 92.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 32 | 0 | 0.82 | 0.85 | 0.14 | 2.25 | 0.75 | 0.49 |
| Hex | DB | 27 | 20 | 0 | 52 | 55 | E | 2 | 4B | 31 |
| Octal | 333 | 47 | 40 | 0 | 122 | 125 | 16 | 2 | 113 | 61 |
| Binary | 11011011 | 100111 | 100000 | 0 | 1010010 | 1010101 | 1110 | 10 | 1001011 | 110001 |
Color Harmonies of #DB2720
Complementary color
Monochromatic Colors of #DB2720
Black with #DB2720
Text Example
Text Example
White with #DB2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2720; }
p { color: rgb(219,39,32); }
H1.HeaderClassName
{
color: #DB2720;
}
.AnyTagClassName
{
color: #DB2720;
}
</style>
background-color css
<style>
a { background-color: #DB2720; }
a { background-color: rgb(219,39,32); }
div.DivClassName
{
background-color: #DB2720;
}
.BgClassName
{
background-color: #DB2720;
}
</style>
border-color css
<style>
span { border-color: #DB2720; }
span { border-color: rgb(219,39,32); }
td.TdClassName
{
border-color: #DB2720;
}
.TagClassName
{
border-color: #DB2720;
}
</style>