Shades of Persian Red #DB312B
Tints of Persian Red #DB312B
RGB
CMYK
RGB Variations
Color information
#DB312B (or 0xDB312B) is known color: Persian Red. HEX triplet: DB, 31 and 2B. RGB value is (219,49,43). Sum of RGB (Red+Green+Blue) = 219+49+43=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB312B is #24CED4. Grayscale: #636363. Windows color (decimal): -2412245 or 2830811. OLE color: 2830811.
HSL color Cylindrical-coordinate representation of color #DB312B: hue angle of 2.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB312B is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 43 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.14 |
| HSL | 2.05º | 0.71% | 0.51% | - |
| HSV(B) | 2.05º | 0.8% | 0.86% | - |
| XYZ | 30.75 | 17.43 | 4.03 | - |
| YUV | 99.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 43 | 0 | 0.78 | 0.80 | 0.14 | 2.05 | 0.71 | 0.51 |
| Hex | DB | 31 | 2B | 0 | 4E | 50 | E | 2 | 47 | 33 |
| Octal | 333 | 61 | 53 | 0 | 116 | 120 | 16 | 2 | 107 | 63 |
| Binary | 11011011 | 110001 | 101011 | 0 | 1001110 | 1010000 | 1110 | 10 | 1000111 | 110011 |
Color Harmonies of #DB312B
Complementary color
Monochromatic Colors of #DB312B
Black with #DB312B
Text Example
Text Example
White with #DB312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB312B; }
p { color: rgb(219,49,43); }
H1.HeaderClassName
{
color: #DB312B;
}
.AnyTagClassName
{
color: #DB312B;
}
</style>
background-color css
<style>
a { background-color: #DB312B; }
a { background-color: rgb(219,49,43); }
div.DivClassName
{
background-color: #DB312B;
}
.BgClassName
{
background-color: #DB312B;
}
</style>
border-color css
<style>
span { border-color: #DB312B; }
span { border-color: rgb(219,49,43); }
td.TdClassName
{
border-color: #DB312B;
}
.TagClassName
{
border-color: #DB312B;
}
</style>