Shades of Free Speech Red #DB1511
Tints of Free Speech Red #DB1511
RGB
CMYK
RGB Variations
Color information
#DB1511 (or 0xDB1511) is known color: Free Speech Red. HEX triplet: DB, 15 and 11. RGB value is (219,21,17). Sum of RGB (Red+Green+Blue) = 219+21+17=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1511 is #24EAEE. Grayscale: #4F4F4F. Windows color (decimal): -2419439 or 1119707. OLE color: 1119707.
HSL color Cylindrical-coordinate representation of color #DB1511: hue angle of 1.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1511 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 17 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.14 |
| HSL | 1.19º | 0.86% | 0.46% | - |
| HSV(B) | 1.19º | 0.92% | 0.86% | - |
| XYZ | 29.58 | 15.64 | 1.99 | - |
| YUV | 79.75 | 92.6 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 17 | 0 | 0.90 | 0.92 | 0.14 | 1.19 | 0.86 | 0.46 |
| Hex | DB | 15 | 11 | 0 | 5A | 5C | E | 1 | 56 | 2E |
| Octal | 333 | 25 | 21 | 0 | 132 | 134 | 16 | 1 | 126 | 56 |
| Binary | 11011011 | 10101 | 10001 | 0 | 1011010 | 1011100 | 1110 | 1 | 1010110 | 101110 |
Color Harmonies of #DB1511
Complementary color
Monochromatic Colors of #DB1511
Black with #DB1511
Text Example
Text Example
White with #DB1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1511; }
p { color: rgb(219,21,17); }
H1.HeaderClassName
{
color: #DB1511;
}
.AnyTagClassName
{
color: #DB1511;
}
</style>
background-color css
<style>
a { background-color: #DB1511; }
a { background-color: rgb(219,21,17); }
div.DivClassName
{
background-color: #DB1511;
}
.BgClassName
{
background-color: #DB1511;
}
</style>
border-color css
<style>
span { border-color: #DB1511; }
span { border-color: rgb(219,21,17); }
td.TdClassName
{
border-color: #DB1511;
}
.TagClassName
{
border-color: #DB1511;
}
</style>