Shades of Persian Red #DB3330
Tints of Persian Red #DB3330
RGB
CMYK
RGB Variations
Color information
#DB3330 (or 0xDB3330) is known color: Persian Red. HEX triplet: DB, 33 and 30. RGB value is (219,51,48). Sum of RGB (Red+Green+Blue) = 219+51+48=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3330 is #24CCCF. Grayscale: #656565. Windows color (decimal): -2411728 or 3159003. OLE color: 3159003.
HSL color Cylindrical-coordinate representation of color #DB3330: hue angle of 1.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3330 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 48 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.14 |
| HSL | 1.05º | 0.7% | 0.52% | - |
| HSV(B) | 1.05º | 0.78% | 0.86% | - |
| XYZ | 30.93 | 17.64 | 4.57 | - |
| YUV | 100.89 | 98.16 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 48 | 0 | 0.77 | 0.78 | 0.14 | 1.05 | 0.7 | 0.52 |
| Hex | DB | 33 | 30 | 0 | 4D | 4E | E | 1 | 46 | 34 |
| Octal | 333 | 63 | 60 | 0 | 115 | 116 | 16 | 1 | 106 | 64 |
| Binary | 11011011 | 110011 | 110000 | 0 | 1001101 | 1001110 | 1110 | 1 | 1000110 | 110100 |
Color Harmonies of #DB3330
Complementary color
Monochromatic Colors of #DB3330
Black with #DB3330
Text Example
Text Example
White with #DB3330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3330; }
p { color: rgb(219,51,48); }
H1.HeaderClassName
{
color: #DB3330;
}
.AnyTagClassName
{
color: #DB3330;
}
</style>
background-color css
<style>
a { background-color: #DB3330; }
a { background-color: rgb(219,51,48); }
div.DivClassName
{
background-color: #DB3330;
}
.BgClassName
{
background-color: #DB3330;
}
</style>
border-color css
<style>
span { border-color: #DB3330; }
span { border-color: rgb(219,51,48); }
td.TdClassName
{
border-color: #DB3330;
}
.TagClassName
{
border-color: #DB3330;
}
</style>