Shades of Persian Red #DB2E21
Tints of Persian Red #DB2E21
RGB
CMYK
RGB Variations
Color information
#DB2E21 (or 0xDB2E21) is known color: Persian Red. HEX triplet: DB, 2E and 21. RGB value is (219,46,33). Sum of RGB (Red+Green+Blue) = 219+46+33=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E21 is #24D1DE. Grayscale: #606060. Windows color (decimal): -2413023 or 2174683. OLE color: 2174683.
HSL color Cylindrical-coordinate representation of color #DB2E21: hue angle of 4.19º 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 #DB2E21 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 33 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.14 |
| HSL | 4.19º | 0.74% | 0.49% | - |
| HSV(B) | 4.19º | 0.85% | 0.86% | - |
| XYZ | 30.46 | 17.12 | 3.14 | - |
| YUV | 96.25 | 92.31 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 33 | 0 | 0.79 | 0.85 | 0.14 | 4.19 | 0.74 | 0.49 |
| Hex | DB | 2E | 21 | 0 | 4F | 55 | E | 4 | 4A | 31 |
| Octal | 333 | 56 | 41 | 0 | 117 | 125 | 16 | 4 | 112 | 61 |
| Binary | 11011011 | 101110 | 100001 | 0 | 1001111 | 1010101 | 1110 | 100 | 1001010 | 110001 |
Color Harmonies of #DB2E21
Complementary color
Monochromatic Colors of #DB2E21
Black with #DB2E21
Text Example
Text Example
White with #DB2E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E21; }
p { color: rgb(219,46,33); }
H1.HeaderClassName
{
color: #DB2E21;
}
.AnyTagClassName
{
color: #DB2E21;
}
</style>
background-color css
<style>
a { background-color: #DB2E21; }
a { background-color: rgb(219,46,33); }
div.DivClassName
{
background-color: #DB2E21;
}
.BgClassName
{
background-color: #DB2E21;
}
</style>
border-color css
<style>
span { border-color: #DB2E21; }
span { border-color: rgb(219,46,33); }
td.TdClassName
{
border-color: #DB2E21;
}
.TagClassName
{
border-color: #DB2E21;
}
</style>