Shades of Persian Red #DB2926
Tints of Persian Red #DB2926
RGB
CMYK
RGB Variations
Color information
#DB2926 (or 0xDB2926) is known color: Persian Red. HEX triplet: DB, 29 and 26. RGB value is (219,41,38). Sum of RGB (Red+Green+Blue) = 219+41+38=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2926 is #24D6D9. Grayscale: #5E5E5E. Windows color (decimal): -2414298 or 2501083. OLE color: 2501083.
HSL color Cylindrical-coordinate representation of color #DB2926: hue angle of 0.99º 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 #DB2926 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 38 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.14 |
| HSL | 0.99º | 0.72% | 0.5% | - |
| HSV(B) | 0.99º | 0.83% | 0.86% | - |
| XYZ | 30.36 | 16.79 | 3.47 | - |
| YUV | 93.88 | 96.47 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 38 | 0 | 0.81 | 0.83 | 0.14 | 0.99 | 0.72 | 0.5 |
| Hex | DB | 29 | 26 | 0 | 51 | 53 | E | 1 | 48 | 32 |
| Octal | 333 | 51 | 46 | 0 | 121 | 123 | 16 | 1 | 110 | 62 |
| Binary | 11011011 | 101001 | 100110 | 0 | 1010001 | 1010011 | 1110 | 1 | 1001000 | 110010 |
Color Harmonies of #DB2926
Complementary color
Monochromatic Colors of #DB2926
Black with #DB2926
Text Example
Text Example
White with #DB2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2926; }
p { color: rgb(219,41,38); }
H1.HeaderClassName
{
color: #DB2926;
}
.AnyTagClassName
{
color: #DB2926;
}
</style>
background-color css
<style>
a { background-color: #DB2926; }
a { background-color: rgb(219,41,38); }
div.DivClassName
{
background-color: #DB2926;
}
.BgClassName
{
background-color: #DB2926;
}
</style>
border-color css
<style>
span { border-color: #DB2926; }
span { border-color: rgb(219,41,38); }
td.TdClassName
{
border-color: #DB2926;
}
.TagClassName
{
border-color: #DB2926;
}
</style>