Shades of Persian Red #DB2B28
Tints of Persian Red #DB2B28
RGB
CMYK
RGB Variations
Color information
#DB2B28 (or 0xDB2B28) is known color: Persian Red. HEX triplet: DB, 2B and 28. RGB value is (219,43,40). Sum of RGB (Red+Green+Blue) = 219+43+40=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B28 is #24D4D7. Grayscale: #5F5F5F. Windows color (decimal): -2413784 or 2632667. OLE color: 2632667.
HSL color Cylindrical-coordinate representation of color #DB2B28: hue angle of 1.01º 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 #DB2B28 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 40 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.14 |
| HSL | 1.01º | 0.71% | 0.51% | - |
| HSV(B) | 1.01º | 0.82% | 0.86% | - |
| XYZ | 30.46 | 16.94 | 3.67 | - |
| YUV | 95.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 40 | 0 | 0.80 | 0.82 | 0.14 | 1.01 | 0.71 | 0.51 |
| Hex | DB | 2B | 28 | 0 | 50 | 52 | E | 1 | 47 | 33 |
| Octal | 333 | 53 | 50 | 0 | 120 | 122 | 16 | 1 | 107 | 63 |
| Binary | 11011011 | 101011 | 101000 | 0 | 1010000 | 1010010 | 1110 | 1 | 1000111 | 110011 |
Color Harmonies of #DB2B28
Complementary color
Monochromatic Colors of #DB2B28
Black with #DB2B28
Text Example
Text Example
White with #DB2B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B28; }
p { color: rgb(219,43,40); }
H1.HeaderClassName
{
color: #DB2B28;
}
.AnyTagClassName
{
color: #DB2B28;
}
</style>
background-color css
<style>
a { background-color: #DB2B28; }
a { background-color: rgb(219,43,40); }
div.DivClassName
{
background-color: #DB2B28;
}
.BgClassName
{
background-color: #DB2B28;
}
</style>
border-color css
<style>
span { border-color: #DB2B28; }
span { border-color: rgb(219,43,40); }
td.TdClassName
{
border-color: #DB2B28;
}
.TagClassName
{
border-color: #DB2B28;
}
</style>