Shades of Persian Red #DB2421
Tints of Persian Red #DB2421
RGB
CMYK
RGB Variations
Color information
#DB2421 (or 0xDB2421) is known color: Persian Red. HEX triplet: DB, 24 and 21. RGB value is (219,36,33). Sum of RGB (Red+Green+Blue) = 219+36+33=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2421 is #24DBDE. Grayscale: #5A5A5A. Windows color (decimal): -2415583 or 2172123. OLE color: 2172123.
HSL color Cylindrical-coordinate representation of color #DB2421: hue angle of 0.97º 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 #DB2421 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 33 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.14 |
| HSL | 0.97º | 0.74% | 0.49% | - |
| HSV(B) | 0.97º | 0.85% | 0.86% | - |
| XYZ | 30.12 | 16.43 | 3.02 | - |
| YUV | 90.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 33 | 0 | 0.84 | 0.85 | 0.14 | 0.97 | 0.74 | 0.49 |
| Hex | DB | 24 | 21 | 0 | 54 | 55 | E | 1 | 4A | 31 |
| Octal | 333 | 44 | 41 | 0 | 124 | 125 | 16 | 1 | 112 | 61 |
| Binary | 11011011 | 100100 | 100001 | 0 | 1010100 | 1010101 | 1110 | 1 | 1001010 | 110001 |
Color Harmonies of #DB2421
Complementary color
Monochromatic Colors of #DB2421
Black with #DB2421
Text Example
Text Example
White with #DB2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2421; }
p { color: rgb(219,36,33); }
H1.HeaderClassName
{
color: #DB2421;
}
.AnyTagClassName
{
color: #DB2421;
}
</style>
background-color css
<style>
a { background-color: #DB2421; }
a { background-color: rgb(219,36,33); }
div.DivClassName
{
background-color: #DB2421;
}
.BgClassName
{
background-color: #DB2421;
}
</style>
border-color css
<style>
span { border-color: #DB2421; }
span { border-color: rgb(219,36,33); }
td.TdClassName
{
border-color: #DB2421;
}
.TagClassName
{
border-color: #DB2421;
}
</style>