Shades of Persian Red #DB2721
Tints of Persian Red #DB2721
RGB
CMYK
RGB Variations
Color information
#DB2721 (or 0xDB2721) is known color: Persian Red. HEX triplet: DB, 27 and 21. RGB value is (219,39,33). Sum of RGB (Red+Green+Blue) = 219+39+33=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2721 is #24D8DE. Grayscale: #5C5C5C. Windows color (decimal): -2414815 or 2172891. OLE color: 2172891.
HSL color Cylindrical-coordinate representation of color #DB2721: hue angle of 1.94º degrees, saturation: 0.74, 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 #DB2721 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 33 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.14 |
| HSL | 1.94º | 0.74% | 0.49% | - |
| HSV(B) | 1.94º | 0.85% | 0.86% | - |
| XYZ | 30.21 | 16.62 | 3.05 | - |
| YUV | 92.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 33 | 0 | 0.82 | 0.85 | 0.14 | 1.94 | 0.74 | 0.49 |
| Hex | DB | 27 | 21 | 0 | 52 | 55 | E | 2 | 4A | 31 |
| Octal | 333 | 47 | 41 | 0 | 122 | 125 | 16 | 2 | 112 | 61 |
| Binary | 11011011 | 100111 | 100001 | 0 | 1010010 | 1010101 | 1110 | 10 | 1001010 | 110001 |
Color Harmonies of #DB2721
Complementary color
Monochromatic Colors of #DB2721
Black with #DB2721
Text Example
Text Example
White with #DB2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2721; }
p { color: rgb(219,39,33); }
H1.HeaderClassName
{
color: #DB2721;
}
.AnyTagClassName
{
color: #DB2721;
}
</style>
background-color css
<style>
a { background-color: #DB2721; }
a { background-color: rgb(219,39,33); }
div.DivClassName
{
background-color: #DB2721;
}
.BgClassName
{
background-color: #DB2721;
}
</style>
border-color css
<style>
span { border-color: #DB2721; }
span { border-color: rgb(219,39,33); }
td.TdClassName
{
border-color: #DB2721;
}
.TagClassName
{
border-color: #DB2721;
}
</style>