Shades of Persian Red #DB3224
Tints of Persian Red #DB3224
RGB
CMYK
RGB Variations
Color information
#DB3224 (or 0xDB3224) is known color: Persian Red. HEX triplet: DB, 32 and 24. RGB value is (219,50,36). Sum of RGB (Red+Green+Blue) = 219+50+36=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3224 is #24CDDB. Grayscale: #636363. Windows color (decimal): -2411996 or 2372315. OLE color: 2372315.
HSL color Cylindrical-coordinate representation of color #DB3224: hue angle of 4.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB3224 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 36 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.14 |
| HSL | 4.59º | 0.72% | 0.5% | - |
| HSV(B) | 4.59º | 0.84% | 0.86% | - |
| XYZ | 30.67 | 17.47 | 3.42 | - |
| YUV | 98.94 | 92.49 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 36 | 0 | 0.77 | 0.84 | 0.14 | 4.59 | 0.72 | 0.5 |
| Hex | DB | 32 | 24 | 0 | 4D | 54 | E | 5 | 48 | 32 |
| Octal | 333 | 62 | 44 | 0 | 115 | 124 | 16 | 5 | 110 | 62 |
| Binary | 11011011 | 110010 | 100100 | 0 | 1001101 | 1010100 | 1110 | 101 | 1001000 | 110010 |
Color Harmonies of #DB3224
Complementary color
Monochromatic Colors of #DB3224
Black with #DB3224
Text Example
Text Example
White with #DB3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3224; }
p { color: rgb(219,50,36); }
H1.HeaderClassName
{
color: #DB3224;
}
.AnyTagClassName
{
color: #DB3224;
}
</style>
background-color css
<style>
a { background-color: #DB3224; }
a { background-color: rgb(219,50,36); }
div.DivClassName
{
background-color: #DB3224;
}
.BgClassName
{
background-color: #DB3224;
}
</style>
border-color css
<style>
span { border-color: #DB3224; }
span { border-color: rgb(219,50,36); }
td.TdClassName
{
border-color: #DB3224;
}
.TagClassName
{
border-color: #DB3224;
}
</style>