Shades of Persian Red #DB2D27
Tints of Persian Red #DB2D27
RGB
CMYK
RGB Variations
Color information
#DB2D27 (or 0xDB2D27) is known color: Persian Red. HEX triplet: DB, 2D and 27. RGB value is (219,45,39). Sum of RGB (Red+Green+Blue) = 219+45+39=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D27 is #24D2D8. Grayscale: #606060. Windows color (decimal): -2413273 or 2567643. OLE color: 2567643.
HSL color Cylindrical-coordinate representation of color #DB2D27: hue angle of 2º 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 #DB2D27 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 39 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.14 |
| HSL | 2º | 0.71% | 0.51% | - |
| HSV(B) | 2º | 0.82% | 0.86% | - |
| XYZ | 30.52 | 17.08 | 3.61 | - |
| YUV | 96.34 | 95.65 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 39 | 0 | 0.79 | 0.82 | 0.14 | 2 | 0.71 | 0.51 |
| Hex | DB | 2D | 27 | 0 | 4F | 52 | E | 2 | 47 | 33 |
| Octal | 333 | 55 | 47 | 0 | 117 | 122 | 16 | 2 | 107 | 63 |
| Binary | 11011011 | 101101 | 100111 | 0 | 1001111 | 1010010 | 1110 | 10 | 1000111 | 110011 |
Color Harmonies of #DB2D27
Complementary color
Monochromatic Colors of #DB2D27
Black with #DB2D27
Text Example
Text Example
White with #DB2D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D27; }
p { color: rgb(219,45,39); }
H1.HeaderClassName
{
color: #DB2D27;
}
.AnyTagClassName
{
color: #DB2D27;
}
</style>
background-color css
<style>
a { background-color: #DB2D27; }
a { background-color: rgb(219,45,39); }
div.DivClassName
{
background-color: #DB2D27;
}
.BgClassName
{
background-color: #DB2D27;
}
</style>
border-color css
<style>
span { border-color: #DB2D27; }
span { border-color: rgb(219,45,39); }
td.TdClassName
{
border-color: #DB2D27;
}
.TagClassName
{
border-color: #DB2D27;
}
</style>