Shades of Persian Red #DB2E2E
Tints of Persian Red #DB2E2E
RGB
CMYK
RGB Variations
Color information
#DB2E2E (or 0xDB2E2E) is known color: Persian Red. HEX triplet: DB, 2E and 2E. RGB value is (219,46,46). Sum of RGB (Red+Green+Blue) = 219+46+46=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E2E is #24D1D1. Grayscale: #616161. Windows color (decimal): -2413010 or 3026651. OLE color: 3026651.
HSL color Cylindrical-coordinate representation of color #DB2E2E: hue angle of 0º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E2E is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 46 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.14 |
| HSL | 0º | 0.71% | 0.52% | - |
| HSV(B) | 0º | 0.79% | 0.86% | - |
| XYZ | 30.68 | 17.21 | 4.29 | - |
| YUV | 97.73 | 98.81 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 46 | 0 | 0.79 | 0.79 | 0.14 | 0 | 0.71 | 0.52 |
| Hex | DB | 2E | 2E | 0 | 4F | 4F | E | 0 | 47 | 34 |
| Octal | 333 | 56 | 56 | 0 | 117 | 117 | 16 | 0 | 107 | 64 |
| Binary | 11011011 | 101110 | 101110 | 0 | 1001111 | 1001111 | 1110 | 0 | 1000111 | 110100 |
Color Harmonies of #DB2E2E
Complementary color
Monochromatic Colors of #DB2E2E
Black with #DB2E2E
Text Example
Text Example
White with #DB2E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E2E; }
p { color: rgb(219,46,46); }
H1.HeaderClassName
{
color: #DB2E2E;
}
.AnyTagClassName
{
color: #DB2E2E;
}
</style>
background-color css
<style>
a { background-color: #DB2E2E; }
a { background-color: rgb(219,46,46); }
div.DivClassName
{
background-color: #DB2E2E;
}
.BgClassName
{
background-color: #DB2E2E;
}
</style>
border-color css
<style>
span { border-color: #DB2E2E; }
span { border-color: rgb(219,46,46); }
td.TdClassName
{
border-color: #DB2E2E;
}
.TagClassName
{
border-color: #DB2E2E;
}
</style>