Shades of Persian Red #DB3030
Tints of Persian Red #DB3030
RGB
CMYK
RGB Variations
Color information
#DB3030 (or 0xDB3030) is known color: Persian Red. HEX triplet: DB, 30 and 30. RGB value is (219,48,48). Sum of RGB (Red+Green+Blue) = 219+48+48=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3030 is #24CFCF. Grayscale: #636363. Windows color (decimal): -2412496 or 3158235. OLE color: 3158235.
HSL color Cylindrical-coordinate representation of color #DB3030: hue angle of 0º 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 #DB3030 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 48 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.14 |
| HSL | 0º | 0.7% | 0.52% | - |
| HSV(B) | 0º | 0.78% | 0.86% | - |
| XYZ | 30.8 | 17.39 | 4.53 | - |
| YUV | 99.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 48 | 0 | 0.78 | 0.78 | 0.14 | 0 | 0.7 | 0.52 |
| Hex | DB | 30 | 30 | 0 | 4E | 4E | E | 0 | 46 | 34 |
| Octal | 333 | 60 | 60 | 0 | 116 | 116 | 16 | 0 | 106 | 64 |
| Binary | 11011011 | 110000 | 110000 | 0 | 1001110 | 1001110 | 1110 | 0 | 1000110 | 110100 |
Color Harmonies of #DB3030
Complementary color
Monochromatic Colors of #DB3030
Black with #DB3030
Text Example
Text Example
White with #DB3030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3030; }
p { color: rgb(219,48,48); }
H1.HeaderClassName
{
color: #DB3030;
}
.AnyTagClassName
{
color: #DB3030;
}
</style>
background-color css
<style>
a { background-color: #DB3030; }
a { background-color: rgb(219,48,48); }
div.DivClassName
{
background-color: #DB3030;
}
.BgClassName
{
background-color: #DB3030;
}
</style>
border-color css
<style>
span { border-color: #DB3030; }
span { border-color: rgb(219,48,48); }
td.TdClassName
{
border-color: #DB3030;
}
.TagClassName
{
border-color: #DB3030;
}
</style>