Shades of Persian Red #DB2321
Tints of Persian Red #DB2321
RGB
CMYK
RGB Variations
Color information
#DB2321 (or 0xDB2321) is known color: Persian Red. HEX triplet: DB, 23 and 21. RGB value is (219,35,33). Sum of RGB (Red+Green+Blue) = 219+35+33=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2321 is #24DCDE. Grayscale: #595959. Windows color (decimal): -2415839 or 2171867. OLE color: 2171867.
HSL color Cylindrical-coordinate representation of color #DB2321: hue angle of 0.65º 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 #DB2321 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 33 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.14 |
| HSL | 0.65º | 0.74% | 0.49% | - |
| HSV(B) | 0.65º | 0.85% | 0.86% | - |
| XYZ | 30.09 | 16.37 | 3.01 | - |
| YUV | 89.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 33 | 0 | 0.84 | 0.85 | 0.14 | 0.65 | 0.74 | 0.49 |
| Hex | DB | 23 | 21 | 0 | 54 | 55 | E | 1 | 4A | 31 |
| Octal | 333 | 43 | 41 | 0 | 124 | 125 | 16 | 1 | 112 | 61 |
| Binary | 11011011 | 100011 | 100001 | 0 | 1010100 | 1010101 | 1110 | 1 | 1001010 | 110001 |
Color Harmonies of #DB2321
Complementary color
Monochromatic Colors of #DB2321
Black with #DB2321
Text Example
Text Example
White with #DB2321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2321; }
p { color: rgb(219,35,33); }
H1.HeaderClassName
{
color: #DB2321;
}
.AnyTagClassName
{
color: #DB2321;
}
</style>
background-color css
<style>
a { background-color: #DB2321; }
a { background-color: rgb(219,35,33); }
div.DivClassName
{
background-color: #DB2321;
}
.BgClassName
{
background-color: #DB2321;
}
</style>
border-color css
<style>
span { border-color: #DB2321; }
span { border-color: rgb(219,35,33); }
td.TdClassName
{
border-color: #DB2321;
}
.TagClassName
{
border-color: #DB2321;
}
</style>