Shades of Persian Red #DB2222
Tints of Persian Red #DB2222
RGB
CMYK
RGB Variations
Color information
#DB2222 (or 0xDB2222) is known color: Persian Red. HEX triplet: DB, 22 and 22. RGB value is (219,34,34). Sum of RGB (Red+Green+Blue) = 219+34+34=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2222 is #24DDDD. Grayscale: #595959. Windows color (decimal): -2416094 or 2237147. OLE color: 2237147.
HSL color Cylindrical-coordinate representation of color #DB2222: hue angle of 0º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2222 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 34 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.14 |
| HSL | 0º | 0.73% | 0.5% | - |
| HSV(B) | 0º | 0.84% | 0.86% | - |
| XYZ | 30.07 | 16.32 | 3.08 | - |
| YUV | 89.32 | 96.79 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 34 | 0 | 0.84 | 0.84 | 0.14 | 0 | 0.73 | 0.5 |
| Hex | DB | 22 | 22 | 0 | 54 | 54 | E | 0 | 49 | 32 |
| Octal | 333 | 42 | 42 | 0 | 124 | 124 | 16 | 0 | 111 | 62 |
| Binary | 11011011 | 100010 | 100010 | 0 | 1010100 | 1010100 | 1110 | 0 | 1001001 | 110010 |
Color Harmonies of #DB2222
Complementary color
Monochromatic Colors of #DB2222
Black with #DB2222
Text Example
Text Example
White with #DB2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2222; }
p { color: rgb(219,34,34); }
H1.HeaderClassName
{
color: #DB2222;
}
.AnyTagClassName
{
color: #DB2222;
}
</style>
background-color css
<style>
a { background-color: #DB2222; }
a { background-color: rgb(219,34,34); }
div.DivClassName
{
background-color: #DB2222;
}
.BgClassName
{
background-color: #DB2222;
}
</style>
border-color css
<style>
span { border-color: #DB2222; }
span { border-color: rgb(219,34,34); }
td.TdClassName
{
border-color: #DB2222;
}
.TagClassName
{
border-color: #DB2222;
}
</style>