Shades of Persian Red #DB3023
Tints of Persian Red #DB3023
RGB
CMYK
RGB Variations
Color information
#DB3023 (or 0xDB3023) is known color: Persian Red. HEX triplet: DB, 30 and 23. RGB value is (219,48,35). Sum of RGB (Red+Green+Blue) = 219+48+35=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3023 is #24CFDC. Grayscale: #616161. Windows color (decimal): -2412509 or 2306267. OLE color: 2306267.
HSL color Cylindrical-coordinate representation of color #DB3023: hue angle of 4.24º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB3023 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 35 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.14 |
| HSL | 4.24º | 0.72% | 0.5% | - |
| HSV(B) | 4.24º | 0.84% | 0.86% | - |
| XYZ | 30.57 | 17.3 | 3.32 | - |
| YUV | 97.65 | 92.65 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 35 | 0 | 0.78 | 0.84 | 0.14 | 4.24 | 0.72 | 0.5 |
| Hex | DB | 30 | 23 | 0 | 4E | 54 | E | 4 | 48 | 32 |
| Octal | 333 | 60 | 43 | 0 | 116 | 124 | 16 | 4 | 110 | 62 |
| Binary | 11011011 | 110000 | 100011 | 0 | 1001110 | 1010100 | 1110 | 100 | 1001000 | 110010 |
Color Harmonies of #DB3023
Complementary color
Monochromatic Colors of #DB3023
Black with #DB3023
Text Example
Text Example
White with #DB3023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3023; }
p { color: rgb(219,48,35); }
H1.HeaderClassName
{
color: #DB3023;
}
.AnyTagClassName
{
color: #DB3023;
}
</style>
background-color css
<style>
a { background-color: #DB3023; }
a { background-color: rgb(219,48,35); }
div.DivClassName
{
background-color: #DB3023;
}
.BgClassName
{
background-color: #DB3023;
}
</style>
border-color css
<style>
span { border-color: #DB3023; }
span { border-color: rgb(219,48,35); }
td.TdClassName
{
border-color: #DB3023;
}
.TagClassName
{
border-color: #DB3023;
}
</style>