Shades of Persian Red #DB3025
Tints of Persian Red #DB3025
RGB
CMYK
RGB Variations
Color information
#DB3025 (or 0xDB3025) is known color: Persian Red. HEX triplet: DB, 30 and 25. RGB value is (219,48,37). Sum of RGB (Red+Green+Blue) = 219+48+37=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3025 is #24CFDA. Grayscale: #626262. Windows color (decimal): -2412507 or 2437339. OLE color: 2437339.
HSL color Cylindrical-coordinate representation of color #DB3025: hue angle of 3.63º 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 #DB3025 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 37 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.14 |
| HSL | 3.63º | 0.72% | 0.5% | - |
| HSV(B) | 3.63º | 0.83% | 0.86% | - |
| XYZ | 30.6 | 17.31 | 3.48 | - |
| YUV | 97.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 37 | 0 | 0.78 | 0.83 | 0.14 | 3.63 | 0.72 | 0.5 |
| Hex | DB | 30 | 25 | 0 | 4E | 53 | E | 4 | 48 | 32 |
| Octal | 333 | 60 | 45 | 0 | 116 | 123 | 16 | 4 | 110 | 62 |
| Binary | 11011011 | 110000 | 100101 | 0 | 1001110 | 1010011 | 1110 | 100 | 1001000 | 110010 |
Color Harmonies of #DB3025
Complementary color
Monochromatic Colors of #DB3025
Black with #DB3025
Text Example
Text Example
White with #DB3025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3025; }
p { color: rgb(219,48,37); }
H1.HeaderClassName
{
color: #DB3025;
}
.AnyTagClassName
{
color: #DB3025;
}
</style>
background-color css
<style>
a { background-color: #DB3025; }
a { background-color: rgb(219,48,37); }
div.DivClassName
{
background-color: #DB3025;
}
.BgClassName
{
background-color: #DB3025;
}
</style>
border-color css
<style>
span { border-color: #DB3025; }
span { border-color: rgb(219,48,37); }
td.TdClassName
{
border-color: #DB3025;
}
.TagClassName
{
border-color: #DB3025;
}
</style>