Shades of Persian Red #DB201E
Tints of Persian Red #DB201E
RGB
CMYK
RGB Variations
Color information
#DB201E (or 0xDB201E) is known color: Persian Red. HEX triplet: DB, 20 and 1E. RGB value is (219,32,30). Sum of RGB (Red+Green+Blue) = 219+32+30=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB201E is #24DFE1. Grayscale: #575757. Windows color (decimal): -2416610 or 1974491. OLE color: 1974491.
HSL color Cylindrical-coordinate representation of color #DB201E: hue angle of 0.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB201E is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 30 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.14 |
| HSL | 0.63º | 0.76% | 0.49% | - |
| HSV(B) | 0.63º | 0.86% | 0.86% | - |
| XYZ | 29.96 | 16.19 | 2.77 | - |
| YUV | 87.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 30 | 0 | 0.85 | 0.86 | 0.14 | 0.63 | 0.76 | 0.49 |
| Hex | DB | 20 | 1E | 0 | 55 | 56 | E | 1 | 4C | 31 |
| Octal | 333 | 40 | 36 | 0 | 125 | 126 | 16 | 1 | 114 | 61 |
| Binary | 11011011 | 100000 | 11110 | 0 | 1010101 | 1010110 | 1110 | 1 | 1001100 | 110001 |
Color Harmonies of #DB201E
Complementary color
Monochromatic Colors of #DB201E
Black with #DB201E
Text Example
Text Example
White with #DB201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB201E; }
p { color: rgb(219,32,30); }
H1.HeaderClassName
{
color: #DB201E;
}
.AnyTagClassName
{
color: #DB201E;
}
</style>
background-color css
<style>
a { background-color: #DB201E; }
a { background-color: rgb(219,32,30); }
div.DivClassName
{
background-color: #DB201E;
}
.BgClassName
{
background-color: #DB201E;
}
</style>
border-color css
<style>
span { border-color: #DB201E; }
span { border-color: rgb(219,32,30); }
td.TdClassName
{
border-color: #DB201E;
}
.TagClassName
{
border-color: #DB201E;
}
</style>