Shades of Persian Red #DB2F2B
Tints of Persian Red #DB2F2B
RGB
CMYK
RGB Variations
Color information
#DB2F2B (or 0xDB2F2B) is known color: Persian Red. HEX triplet: DB, 2F and 2B. RGB value is (219,47,43). Sum of RGB (Red+Green+Blue) = 219+47+43=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2F2B is #24D0D4. Grayscale: #626262. Windows color (decimal): -2412757 or 2830299. OLE color: 2830299.
HSL color Cylindrical-coordinate representation of color #DB2F2B: hue angle of 1.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2F2B is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 43 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.14 |
| HSL | 1.36º | 0.71% | 0.51% | - |
| HSV(B) | 1.36º | 0.8% | 0.86% | - |
| XYZ | 30.67 | 17.27 | 4 | - |
| YUV | 97.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 43 | 0 | 0.79 | 0.80 | 0.14 | 1.36 | 0.71 | 0.51 |
| Hex | DB | 2F | 2B | 0 | 4F | 50 | E | 1 | 47 | 33 |
| Octal | 333 | 57 | 53 | 0 | 117 | 120 | 16 | 1 | 107 | 63 |
| Binary | 11011011 | 101111 | 101011 | 0 | 1001111 | 1010000 | 1110 | 1 | 1000111 | 110011 |
Color Harmonies of #DB2F2B
Complementary color
Monochromatic Colors of #DB2F2B
Black with #DB2F2B
Text Example
Text Example
White with #DB2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F2B; }
p { color: rgb(219,47,43); }
H1.HeaderClassName
{
color: #DB2F2B;
}
.AnyTagClassName
{
color: #DB2F2B;
}
</style>
background-color css
<style>
a { background-color: #DB2F2B; }
a { background-color: rgb(219,47,43); }
div.DivClassName
{
background-color: #DB2F2B;
}
.BgClassName
{
background-color: #DB2F2B;
}
</style>
border-color css
<style>
span { border-color: #DB2F2B; }
span { border-color: rgb(219,47,43); }
td.TdClassName
{
border-color: #DB2F2B;
}
.TagClassName
{
border-color: #DB2F2B;
}
</style>