Shades of Persian Red #DB312C
Tints of Persian Red #DB312C
RGB
CMYK
RGB Variations
Color information
#DB312C (or 0xDB312C) is known color: Persian Red. HEX triplet: DB, 31 and 2C. RGB value is (219,49,44). Sum of RGB (Red+Green+Blue) = 219+49+44=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB312C is #24CED3. Grayscale: #636363. Windows color (decimal): -2412244 or 2896347. OLE color: 2896347.
HSL color Cylindrical-coordinate representation of color #DB312C: hue angle of 1.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB312C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 44 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.14 |
| HSL | 1.71º | 0.71% | 0.52% | - |
| HSV(B) | 1.71º | 0.8% | 0.86% | - |
| XYZ | 30.77 | 17.44 | 4.13 | - |
| YUV | 99.26 | 96.82 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 44 | 0 | 0.78 | 0.80 | 0.14 | 1.71 | 0.71 | 0.52 |
| Hex | DB | 31 | 2C | 0 | 4E | 50 | E | 2 | 47 | 34 |
| Octal | 333 | 61 | 54 | 0 | 116 | 120 | 16 | 2 | 107 | 64 |
| Binary | 11011011 | 110001 | 101100 | 0 | 1001110 | 1010000 | 1110 | 10 | 1000111 | 110100 |
Color Harmonies of #DB312C
Complementary color
Monochromatic Colors of #DB312C
Black with #DB312C
Text Example
Text Example
White with #DB312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB312C; }
p { color: rgb(219,49,44); }
H1.HeaderClassName
{
color: #DB312C;
}
.AnyTagClassName
{
color: #DB312C;
}
</style>
background-color css
<style>
a { background-color: #DB312C; }
a { background-color: rgb(219,49,44); }
div.DivClassName
{
background-color: #DB312C;
}
.BgClassName
{
background-color: #DB312C;
}
</style>
border-color css
<style>
span { border-color: #DB312C; }
span { border-color: rgb(219,49,44); }
td.TdClassName
{
border-color: #DB312C;
}
.TagClassName
{
border-color: #DB312C;
}
</style>