Shades of Persian Red #DB2921
Tints of Persian Red #DB2921
RGB
CMYK
RGB Variations
Color information
#DB2921 (or 0xDB2921) is known color: Persian Red. HEX triplet: DB, 29 and 21. RGB value is (219,41,33). Sum of RGB (Red+Green+Blue) = 219+41+33=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2921 is #24D6DE. Grayscale: #5D5D5D. Windows color (decimal): -2414303 or 2173403. OLE color: 2173403.
HSL color Cylindrical-coordinate representation of color #DB2921: hue angle of 2.58º 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 #DB2921 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 33 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.14 |
| HSL | 2.58º | 0.74% | 0.49% | - |
| HSV(B) | 2.58º | 0.85% | 0.86% | - |
| XYZ | 30.28 | 16.76 | 3.08 | - |
| YUV | 93.31 | 93.97 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 33 | 0 | 0.81 | 0.85 | 0.14 | 2.58 | 0.74 | 0.49 |
| Hex | DB | 29 | 21 | 0 | 51 | 55 | E | 3 | 4A | 31 |
| Octal | 333 | 51 | 41 | 0 | 121 | 125 | 16 | 3 | 112 | 61 |
| Binary | 11011011 | 101001 | 100001 | 0 | 1010001 | 1010101 | 1110 | 11 | 1001010 | 110001 |
Color Harmonies of #DB2921
Complementary color
Monochromatic Colors of #DB2921
Black with #DB2921
Text Example
Text Example
White with #DB2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2921; }
p { color: rgb(219,41,33); }
H1.HeaderClassName
{
color: #DB2921;
}
.AnyTagClassName
{
color: #DB2921;
}
</style>
background-color css
<style>
a { background-color: #DB2921; }
a { background-color: rgb(219,41,33); }
div.DivClassName
{
background-color: #DB2921;
}
.BgClassName
{
background-color: #DB2921;
}
</style>
border-color css
<style>
span { border-color: #DB2921; }
span { border-color: rgb(219,41,33); }
td.TdClassName
{
border-color: #DB2921;
}
.TagClassName
{
border-color: #DB2921;
}
</style>