Shades of Persian Red #DB2E28
Tints of Persian Red #DB2E28
RGB
CMYK
RGB Variations
Color information
#DB2E28 (or 0xDB2E28) is known color: Persian Red. HEX triplet: DB, 2E and 28. RGB value is (219,46,40). Sum of RGB (Red+Green+Blue) = 219+46+40=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E28 is #24D1D7. Grayscale: #616161. Windows color (decimal): -2413016 or 2633435. OLE color: 2633435.
HSL color Cylindrical-coordinate representation of color #DB2E28: hue angle of 2.01º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2E28 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 40 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.14 |
| HSL | 2.01º | 0.71% | 0.51% | - |
| HSV(B) | 2.01º | 0.82% | 0.86% | - |
| XYZ | 30.57 | 17.17 | 3.71 | - |
| YUV | 97.04 | 95.81 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 40 | 0 | 0.79 | 0.82 | 0.14 | 2.01 | 0.71 | 0.51 |
| Hex | DB | 2E | 28 | 0 | 4F | 52 | E | 2 | 47 | 33 |
| Octal | 333 | 56 | 50 | 0 | 117 | 122 | 16 | 2 | 107 | 63 |
| Binary | 11011011 | 101110 | 101000 | 0 | 1001111 | 1010010 | 1110 | 10 | 1000111 | 110011 |
Color Harmonies of #DB2E28
Complementary color
Monochromatic Colors of #DB2E28
Black with #DB2E28
Text Example
Text Example
White with #DB2E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E28; }
p { color: rgb(219,46,40); }
H1.HeaderClassName
{
color: #DB2E28;
}
.AnyTagClassName
{
color: #DB2E28;
}
</style>
background-color css
<style>
a { background-color: #DB2E28; }
a { background-color: rgb(219,46,40); }
div.DivClassName
{
background-color: #DB2E28;
}
.BgClassName
{
background-color: #DB2E28;
}
</style>
border-color css
<style>
span { border-color: #DB2E28; }
span { border-color: rgb(219,46,40); }
td.TdClassName
{
border-color: #DB2E28;
}
.TagClassName
{
border-color: #DB2E28;
}
</style>