Shades of Persian Red #DB2727
Tints of Persian Red #DB2727
RGB
CMYK
RGB Variations
Color information
#DB2727 (or 0xDB2727) is known color: Persian Red. HEX triplet: DB, 27 and 27. RGB value is (219,39,39). Sum of RGB (Red+Green+Blue) = 219+39+39=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2727 is #24D8D8. Grayscale: #5D5D5D. Windows color (decimal): -2414809 or 2566107. OLE color: 2566107.
HSL color Cylindrical-coordinate representation of color #DB2727: hue angle of 0º 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 #DB2727 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 39 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.14 |
| HSL | 0º | 0.71% | 0.51% | - |
| HSV(B) | 0º | 0.82% | 0.86% | - |
| XYZ | 30.31 | 16.66 | 3.54 | - |
| YUV | 92.82 | 97.63 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 39 | 0 | 0.82 | 0.82 | 0.14 | 0 | 0.71 | 0.51 |
| Hex | DB | 27 | 27 | 0 | 52 | 52 | E | 0 | 47 | 33 |
| Octal | 333 | 47 | 47 | 0 | 122 | 122 | 16 | 0 | 107 | 63 |
| Binary | 11011011 | 100111 | 100111 | 0 | 1010010 | 1010010 | 1110 | 0 | 1000111 | 110011 |
Color Harmonies of #DB2727
Complementary color
Monochromatic Colors of #DB2727
Black with #DB2727
Text Example
Text Example
White with #DB2727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2727; }
p { color: rgb(219,39,39); }
H1.HeaderClassName
{
color: #DB2727;
}
.AnyTagClassName
{
color: #DB2727;
}
</style>
background-color css
<style>
a { background-color: #DB2727; }
a { background-color: rgb(219,39,39); }
div.DivClassName
{
background-color: #DB2727;
}
.BgClassName
{
background-color: #DB2727;
}
</style>
border-color css
<style>
span { border-color: #DB2727; }
span { border-color: rgb(219,39,39); }
td.TdClassName
{
border-color: #DB2727;
}
.TagClassName
{
border-color: #DB2727;
}
</style>