Shades of Persian Red #DB3636
Tints of Persian Red #DB3636
RGB
CMYK
RGB Variations
Color information
#DB3636 (or 0xDB3636) is known color: Persian Red. HEX triplet: DB, 36 and 36. RGB value is (219,54,54). Sum of RGB (Red+Green+Blue) = 219+54+54=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3636 is #24C9C9. Grayscale: #676767. Windows color (decimal): -2410954 or 3552987. OLE color: 3552987.
HSL color Cylindrical-coordinate representation of color #DB3636: hue angle of 0º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3636 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 54 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.14 |
| HSL | 0º | 0.7% | 0.54% | - |
| HSV(B) | 0º | 0.75% | 0.86% | - |
| XYZ | 31.2 | 17.96 | 5.31 | - |
| YUV | 103.34 | 100.16 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 54 | 0 | 0.75 | 0.75 | 0.14 | 0 | 0.7 | 0.54 |
| Hex | DB | 36 | 36 | 0 | 4B | 4B | E | 0 | 46 | 36 |
| Octal | 333 | 66 | 66 | 0 | 113 | 113 | 16 | 0 | 106 | 66 |
| Binary | 11011011 | 110110 | 110110 | 0 | 1001011 | 1001011 | 1110 | 0 | 1000110 | 110110 |
Color Harmonies of #DB3636
Complementary color
Monochromatic Colors of #DB3636
Black with #DB3636
Text Example
Text Example
White with #DB3636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3636; }
p { color: rgb(219,54,54); }
H1.HeaderClassName
{
color: #DB3636;
}
.AnyTagClassName
{
color: #DB3636;
}
</style>
background-color css
<style>
a { background-color: #DB3636; }
a { background-color: rgb(219,54,54); }
div.DivClassName
{
background-color: #DB3636;
}
.BgClassName
{
background-color: #DB3636;
}
</style>
border-color css
<style>
span { border-color: #DB3636; }
span { border-color: rgb(219,54,54); }
td.TdClassName
{
border-color: #DB3636;
}
.TagClassName
{
border-color: #DB3636;
}
</style>