Shades of Persian Red #DB2B27
Tints of Persian Red #DB2B27
RGB
CMYK
RGB Variations
Color information
#DB2B27 (or 0xDB2B27) is known color: Persian Red. HEX triplet: DB, 2B and 27. RGB value is (219,43,39). Sum of RGB (Red+Green+Blue) = 219+43+39=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B27 is #24D4D8. Grayscale: #5F5F5F. Windows color (decimal): -2413785 or 2567131. OLE color: 2567131.
HSL color Cylindrical-coordinate representation of color #DB2B27: hue angle of 1.33º 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 #DB2B27 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 39 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.14 |
| HSL | 1.33º | 0.71% | 0.51% | - |
| HSV(B) | 1.33º | 0.82% | 0.86% | - |
| XYZ | 30.44 | 16.93 | 3.58 | - |
| YUV | 95.17 | 96.31 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 39 | 0 | 0.80 | 0.82 | 0.14 | 1.33 | 0.71 | 0.51 |
| Hex | DB | 2B | 27 | 0 | 50 | 52 | E | 1 | 47 | 33 |
| Octal | 333 | 53 | 47 | 0 | 120 | 122 | 16 | 1 | 107 | 63 |
| Binary | 11011011 | 101011 | 100111 | 0 | 1010000 | 1010010 | 1110 | 1 | 1000111 | 110011 |
Color Harmonies of #DB2B27
Complementary color
Monochromatic Colors of #DB2B27
Black with #DB2B27
Text Example
Text Example
White with #DB2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B27; }
p { color: rgb(219,43,39); }
H1.HeaderClassName
{
color: #DB2B27;
}
.AnyTagClassName
{
color: #DB2B27;
}
</style>
background-color css
<style>
a { background-color: #DB2B27; }
a { background-color: rgb(219,43,39); }
div.DivClassName
{
background-color: #DB2B27;
}
.BgClassName
{
background-color: #DB2B27;
}
</style>
border-color css
<style>
span { border-color: #DB2B27; }
span { border-color: rgb(219,43,39); }
td.TdClassName
{
border-color: #DB2B27;
}
.TagClassName
{
border-color: #DB2B27;
}
</style>