Shades of Persian Red #DB2A21
Tints of Persian Red #DB2A21
RGB
CMYK
RGB Variations
Color information
#DB2A21 (or 0xDB2A21) is known color: Persian Red. HEX triplet: DB, 2A and 21. RGB value is (219,42,33). Sum of RGB (Red+Green+Blue) = 219+42+33=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A21 is #24D5DE. Grayscale: #5E5E5E. Windows color (decimal): -2414047 or 2173659. OLE color: 2173659.
HSL color Cylindrical-coordinate representation of color #DB2A21: hue angle of 2.9º 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 #DB2A21 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 33 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.14 |
| HSL | 2.9º | 0.74% | 0.49% | - |
| HSV(B) | 2.9º | 0.85% | 0.86% | - |
| XYZ | 30.32 | 16.83 | 3.09 | - |
| YUV | 93.9 | 93.64 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 33 | 0 | 0.81 | 0.85 | 0.14 | 2.9 | 0.74 | 0.49 |
| Hex | DB | 2A | 21 | 0 | 51 | 55 | E | 3 | 4A | 31 |
| Octal | 333 | 52 | 41 | 0 | 121 | 125 | 16 | 3 | 112 | 61 |
| Binary | 11011011 | 101010 | 100001 | 0 | 1010001 | 1010101 | 1110 | 11 | 1001010 | 110001 |
Color Harmonies of #DB2A21
Complementary color
Monochromatic Colors of #DB2A21
Black with #DB2A21
Text Example
Text Example
White with #DB2A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A21; }
p { color: rgb(219,42,33); }
H1.HeaderClassName
{
color: #DB2A21;
}
.AnyTagClassName
{
color: #DB2A21;
}
</style>
background-color css
<style>
a { background-color: #DB2A21; }
a { background-color: rgb(219,42,33); }
div.DivClassName
{
background-color: #DB2A21;
}
.BgClassName
{
background-color: #DB2A21;
}
</style>
border-color css
<style>
span { border-color: #DB2A21; }
span { border-color: rgb(219,42,33); }
td.TdClassName
{
border-color: #DB2A21;
}
.TagClassName
{
border-color: #DB2A21;
}
</style>