Shades of Persian Red #DB2A20
Tints of Persian Red #DB2A20
RGB
CMYK
RGB Variations
Color information
#DB2A20 (or 0xDB2A20) is known color: Persian Red. HEX triplet: DB, 2A and 20. RGB value is (219,42,32). Sum of RGB (Red+Green+Blue) = 219+42+32=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A20 is #24D5DF. Grayscale: #5E5E5E. Windows color (decimal): -2414048 or 2108123. OLE color: 2108123.
HSL color Cylindrical-coordinate representation of color #DB2A20: hue angle of 3.21º 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 #DB2A20 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 32 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.14 |
| HSL | 3.21º | 0.75% | 0.49% | - |
| HSV(B) | 3.21º | 0.85% | 0.86% | - |
| XYZ | 30.3 | 16.82 | 3.02 | - |
| YUV | 93.78 | 93.14 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 32 | 0 | 0.81 | 0.85 | 0.14 | 3.21 | 0.75 | 0.49 |
| Hex | DB | 2A | 20 | 0 | 51 | 55 | E | 3 | 4B | 31 |
| Octal | 333 | 52 | 40 | 0 | 121 | 125 | 16 | 3 | 113 | 61 |
| Binary | 11011011 | 101010 | 100000 | 0 | 1010001 | 1010101 | 1110 | 11 | 1001011 | 110001 |
Color Harmonies of #DB2A20
Complementary color
Monochromatic Colors of #DB2A20
Black with #DB2A20
Text Example
Text Example
White with #DB2A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A20; }
p { color: rgb(219,42,32); }
H1.HeaderClassName
{
color: #DB2A20;
}
.AnyTagClassName
{
color: #DB2A20;
}
</style>
background-color css
<style>
a { background-color: #DB2A20; }
a { background-color: rgb(219,42,32); }
div.DivClassName
{
background-color: #DB2A20;
}
.BgClassName
{
background-color: #DB2A20;
}
</style>
border-color css
<style>
span { border-color: #DB2A20; }
span { border-color: rgb(219,42,32); }
td.TdClassName
{
border-color: #DB2A20;
}
.TagClassName
{
border-color: #DB2A20;
}
</style>