Shades of Persian Red #DB3229
Tints of Persian Red #DB3229
RGB
CMYK
RGB Variations
Color information
#DB3229 (or 0xDB3229) is known color: Persian Red. HEX triplet: DB, 32 and 29. RGB value is (219,50,41). Sum of RGB (Red+Green+Blue) = 219+50+41=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3229 is #24CDD6. Grayscale: #636363. Windows color (decimal): -2411991 or 2699995. OLE color: 2699995.
HSL color Cylindrical-coordinate representation of color #DB3229: hue angle of 3.03º 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 #DB3229 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 41 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.14 |
| HSL | 3.03º | 0.71% | 0.51% | - |
| HSV(B) | 3.03º | 0.81% | 0.86% | - |
| XYZ | 30.75 | 17.5 | 3.85 | - |
| YUV | 99.51 | 94.99 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 41 | 0 | 0.77 | 0.81 | 0.14 | 3.03 | 0.71 | 0.51 |
| Hex | DB | 32 | 29 | 0 | 4D | 51 | E | 3 | 47 | 33 |
| Octal | 333 | 62 | 51 | 0 | 115 | 121 | 16 | 3 | 107 | 63 |
| Binary | 11011011 | 110010 | 101001 | 0 | 1001101 | 1010001 | 1110 | 11 | 1000111 | 110011 |
Color Harmonies of #DB3229
Complementary color
Monochromatic Colors of #DB3229
Black with #DB3229
Text Example
Text Example
White with #DB3229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3229; }
p { color: rgb(219,50,41); }
H1.HeaderClassName
{
color: #DB3229;
}
.AnyTagClassName
{
color: #DB3229;
}
</style>
background-color css
<style>
a { background-color: #DB3229; }
a { background-color: rgb(219,50,41); }
div.DivClassName
{
background-color: #DB3229;
}
.BgClassName
{
background-color: #DB3229;
}
</style>
border-color css
<style>
span { border-color: #DB3229; }
span { border-color: rgb(219,50,41); }
td.TdClassName
{
border-color: #DB3229;
}
.TagClassName
{
border-color: #DB3229;
}
</style>