Shades of Persian Red #DB3127
Tints of Persian Red #DB3127
RGB
CMYK
RGB Variations
Color information
#DB3127 (or 0xDB3127) is known color: Persian Red. HEX triplet: DB, 31 and 27. RGB value is (219,49,39). Sum of RGB (Red+Green+Blue) = 219+49+39=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3127 is #24CED8. Grayscale: #626262. Windows color (decimal): -2412249 or 2568667. OLE color: 2568667.
HSL color Cylindrical-coordinate representation of color #DB3127: hue angle of 3.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 #DB3127 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 39 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.14 |
| HSL | 3.33º | 0.71% | 0.51% | - |
| HSV(B) | 3.33º | 0.82% | 0.86% | - |
| XYZ | 30.68 | 17.4 | 3.66 | - |
| YUV | 98.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 39 | 0 | 0.78 | 0.82 | 0.14 | 3.33 | 0.71 | 0.51 |
| Hex | DB | 31 | 27 | 0 | 4E | 52 | E | 3 | 47 | 33 |
| Octal | 333 | 61 | 47 | 0 | 116 | 122 | 16 | 3 | 107 | 63 |
| Binary | 11011011 | 110001 | 100111 | 0 | 1001110 | 1010010 | 1110 | 11 | 1000111 | 110011 |
Color Harmonies of #DB3127
Complementary color
Monochromatic Colors of #DB3127
Black with #DB3127
Text Example
Text Example
White with #DB3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3127; }
p { color: rgb(219,49,39); }
H1.HeaderClassName
{
color: #DB3127;
}
.AnyTagClassName
{
color: #DB3127;
}
</style>
background-color css
<style>
a { background-color: #DB3127; }
a { background-color: rgb(219,49,39); }
div.DivClassName
{
background-color: #DB3127;
}
.BgClassName
{
background-color: #DB3127;
}
</style>
border-color css
<style>
span { border-color: #DB3127; }
span { border-color: rgb(219,49,39); }
td.TdClassName
{
border-color: #DB3127;
}
.TagClassName
{
border-color: #DB3127;
}
</style>