Shades of Persian Red #DB2C27
Tints of Persian Red #DB2C27
RGB
CMYK
RGB Variations
Color information
#DB2C27 (or 0xDB2C27) is known color: Persian Red. HEX triplet: DB, 2C and 27. RGB value is (219,44,39). Sum of RGB (Red+Green+Blue) = 219+44+39=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C27 is #24D3D8. Grayscale: #5F5F5F. Windows color (decimal): -2413529 or 2567387. OLE color: 2567387.
HSL color Cylindrical-coordinate representation of color #DB2C27: hue angle of 1.67º 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 #DB2C27 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 39 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.14 |
| HSL | 1.67º | 0.71% | 0.51% | - |
| HSV(B) | 1.67º | 0.82% | 0.86% | - |
| XYZ | 30.48 | 17.01 | 3.6 | - |
| YUV | 95.76 | 95.98 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 39 | 0 | 0.80 | 0.82 | 0.14 | 1.67 | 0.71 | 0.51 |
| Hex | DB | 2C | 27 | 0 | 50 | 52 | E | 2 | 47 | 33 |
| Octal | 333 | 54 | 47 | 0 | 120 | 122 | 16 | 2 | 107 | 63 |
| Binary | 11011011 | 101100 | 100111 | 0 | 1010000 | 1010010 | 1110 | 10 | 1000111 | 110011 |
Color Harmonies of #DB2C27
Complementary color
Monochromatic Colors of #DB2C27
Black with #DB2C27
Text Example
Text Example
White with #DB2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C27; }
p { color: rgb(219,44,39); }
H1.HeaderClassName
{
color: #DB2C27;
}
.AnyTagClassName
{
color: #DB2C27;
}
</style>
background-color css
<style>
a { background-color: #DB2C27; }
a { background-color: rgb(219,44,39); }
div.DivClassName
{
background-color: #DB2C27;
}
.BgClassName
{
background-color: #DB2C27;
}
</style>
border-color css
<style>
span { border-color: #DB2C27; }
span { border-color: rgb(219,44,39); }
td.TdClassName
{
border-color: #DB2C27;
}
.TagClassName
{
border-color: #DB2C27;
}
</style>