Shades of Persian Red #DB3128
Tints of Persian Red #DB3128
RGB
CMYK
RGB Variations
Color information
#DB3128 (or 0xDB3128) is known color: Persian Red. HEX triplet: DB, 31 and 28. RGB value is (219,49,40). Sum of RGB (Red+Green+Blue) = 219+49+40=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3128 is #24CED7. Grayscale: #636363. Windows color (decimal): -2412248 or 2634203. OLE color: 2634203.
HSL color Cylindrical-coordinate representation of color #DB3128: hue angle of 3.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB3128 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 40 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.14 |
| HSL | 3.02º | 0.71% | 0.51% | - |
| HSV(B) | 3.02º | 0.82% | 0.86% | - |
| XYZ | 30.69 | 17.41 | 3.75 | - |
| YUV | 98.8 | 94.82 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 40 | 0 | 0.78 | 0.82 | 0.14 | 3.02 | 0.71 | 0.51 |
| Hex | DB | 31 | 28 | 0 | 4E | 52 | E | 3 | 47 | 33 |
| Octal | 333 | 61 | 50 | 0 | 116 | 122 | 16 | 3 | 107 | 63 |
| Binary | 11011011 | 110001 | 101000 | 0 | 1001110 | 1010010 | 1110 | 11 | 1000111 | 110011 |
Color Harmonies of #DB3128
Complementary color
Monochromatic Colors of #DB3128
Black with #DB3128
Text Example
Text Example
White with #DB3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3128; }
p { color: rgb(219,49,40); }
H1.HeaderClassName
{
color: #DB3128;
}
.AnyTagClassName
{
color: #DB3128;
}
</style>
background-color css
<style>
a { background-color: #DB3128; }
a { background-color: rgb(219,49,40); }
div.DivClassName
{
background-color: #DB3128;
}
.BgClassName
{
background-color: #DB3128;
}
</style>
border-color css
<style>
span { border-color: #DB3128; }
span { border-color: rgb(219,49,40); }
td.TdClassName
{
border-color: #DB3128;
}
.TagClassName
{
border-color: #DB3128;
}
</style>