Shades of Persian Red #DB3026
Tints of Persian Red #DB3026
RGB
CMYK
RGB Variations
Color information
#DB3026 (or 0xDB3026) is known color: Persian Red. HEX triplet: DB, 30 and 26. RGB value is (219,48,38). Sum of RGB (Red+Green+Blue) = 219+48+38=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3026 is #24CFD9. Grayscale: #626262. Windows color (decimal): -2412506 or 2502875. OLE color: 2502875.
HSL color Cylindrical-coordinate representation of color #DB3026: hue angle of 3.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB3026 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 38 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.14 |
| HSL | 3.31º | 0.72% | 0.5% | - |
| HSV(B) | 3.31º | 0.83% | 0.86% | - |
| XYZ | 30.62 | 17.31 | 3.56 | - |
| YUV | 97.99 | 94.15 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 38 | 0 | 0.78 | 0.83 | 0.14 | 3.31 | 0.72 | 0.5 |
| Hex | DB | 30 | 26 | 0 | 4E | 53 | E | 3 | 48 | 32 |
| Octal | 333 | 60 | 46 | 0 | 116 | 123 | 16 | 3 | 110 | 62 |
| Binary | 11011011 | 110000 | 100110 | 0 | 1001110 | 1010011 | 1110 | 11 | 1001000 | 110010 |
Color Harmonies of #DB3026
Complementary color
Monochromatic Colors of #DB3026
Black with #DB3026
Text Example
Text Example
White with #DB3026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3026; }
p { color: rgb(219,48,38); }
H1.HeaderClassName
{
color: #DB3026;
}
.AnyTagClassName
{
color: #DB3026;
}
</style>
background-color css
<style>
a { background-color: #DB3026; }
a { background-color: rgb(219,48,38); }
div.DivClassName
{
background-color: #DB3026;
}
.BgClassName
{
background-color: #DB3026;
}
</style>
border-color css
<style>
span { border-color: #DB3026; }
span { border-color: rgb(219,48,38); }
td.TdClassName
{
border-color: #DB3026;
}
.TagClassName
{
border-color: #DB3026;
}
</style>