Shades of Persian Red #DB2C29
Tints of Persian Red #DB2C29
RGB
CMYK
RGB Variations
Color information
#DB2C29 (or 0xDB2C29) is known color: Persian Red. HEX triplet: DB, 2C and 29. RGB value is (219,44,41). Sum of RGB (Red+Green+Blue) = 219+44+41=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C29 is #24D3D6. Grayscale: #606060. Windows color (decimal): -2413527 or 2698459. OLE color: 2698459.
HSL color Cylindrical-coordinate representation of color #DB2C29: hue angle of 1.01º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2C29 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 41 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.14 |
| HSL | 1.01º | 0.71% | 0.51% | - |
| HSV(B) | 1.01º | 0.81% | 0.86% | - |
| XYZ | 30.51 | 17.02 | 3.78 | - |
| YUV | 95.98 | 96.98 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 41 | 0 | 0.80 | 0.81 | 0.14 | 1.01 | 0.71 | 0.51 |
| Hex | DB | 2C | 29 | 0 | 50 | 51 | E | 1 | 47 | 33 |
| Octal | 333 | 54 | 51 | 0 | 120 | 121 | 16 | 1 | 107 | 63 |
| Binary | 11011011 | 101100 | 101001 | 0 | 1010000 | 1010001 | 1110 | 1 | 1000111 | 110011 |
Color Harmonies of #DB2C29
Complementary color
Monochromatic Colors of #DB2C29
Black with #DB2C29
Text Example
Text Example
White with #DB2C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C29; }
p { color: rgb(219,44,41); }
H1.HeaderClassName
{
color: #DB2C29;
}
.AnyTagClassName
{
color: #DB2C29;
}
</style>
background-color css
<style>
a { background-color: #DB2C29; }
a { background-color: rgb(219,44,41); }
div.DivClassName
{
background-color: #DB2C29;
}
.BgClassName
{
background-color: #DB2C29;
}
</style>
border-color css
<style>
span { border-color: #DB2C29; }
span { border-color: rgb(219,44,41); }
td.TdClassName
{
border-color: #DB2C29;
}
.TagClassName
{
border-color: #DB2C29;
}
</style>