Shades of Persian Red #DB2726
Tints of Persian Red #DB2726
RGB
CMYK
RGB Variations
Color information
#DB2726 (or 0xDB2726) is known color: Persian Red. HEX triplet: DB, 27 and 26. RGB value is (219,39,38). Sum of RGB (Red+Green+Blue) = 219+39+38=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2726 is #24D8D9. Grayscale: #5C5C5C. Windows color (decimal): -2414810 or 2500571. OLE color: 2500571.
HSL color Cylindrical-coordinate representation of color #DB2726: hue angle of 0.33º 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 #DB2726 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 38 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.14 |
| HSL | 0.33º | 0.72% | 0.5% | - |
| HSV(B) | 0.33º | 0.83% | 0.86% | - |
| XYZ | 30.29 | 16.65 | 3.45 | - |
| YUV | 92.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 38 | 0 | 0.82 | 0.83 | 0.14 | 0.33 | 0.72 | 0.5 |
| Hex | DB | 27 | 26 | 0 | 52 | 53 | E | 0 | 48 | 32 |
| Octal | 333 | 47 | 46 | 0 | 122 | 123 | 16 | 0 | 110 | 62 |
| Binary | 11011011 | 100111 | 100110 | 0 | 1010010 | 1010011 | 1110 | 0 | 1001000 | 110010 |
Color Harmonies of #DB2726
Complementary color
Monochromatic Colors of #DB2726
Black with #DB2726
Text Example
Text Example
White with #DB2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2726; }
p { color: rgb(219,39,38); }
H1.HeaderClassName
{
color: #DB2726;
}
.AnyTagClassName
{
color: #DB2726;
}
</style>
background-color css
<style>
a { background-color: #DB2726; }
a { background-color: rgb(219,39,38); }
div.DivClassName
{
background-color: #DB2726;
}
.BgClassName
{
background-color: #DB2726;
}
</style>
border-color css
<style>
span { border-color: #DB2726; }
span { border-color: rgb(219,39,38); }
td.TdClassName
{
border-color: #DB2726;
}
.TagClassName
{
border-color: #DB2726;
}
</style>