Shades of Free Speech Red #DB120E
Tints of Free Speech Red #DB120E
RGB
CMYK
RGB Variations
Color information
#DB120E (or 0xDB120E) is known color: Free Speech Red. HEX triplet: DB, 12 and 0E. RGB value is (219,18,14). Sum of RGB (Red+Green+Blue) = 219+18+14=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB120E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB120E is #24EDF1. Grayscale: #4D4D4D. Windows color (decimal): -2420210 or 922331. OLE color: 922331.
HSL color Cylindrical-coordinate representation of color #DB120E: hue angle of 1.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB120E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.14 |
| HSL | 1.17º | 0.88% | 0.46% | - |
| HSV(B) | 1.17º | 0.94% | 0.86% | - |
| XYZ | 29.51 | 15.52 | 1.86 | - |
| YUV | 77.64 | 92.09 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 14 | 0 | 0.92 | 0.94 | 0.14 | 1.17 | 0.88 | 0.46 |
| Hex | DB | 12 | E | 0 | 5C | 5E | E | 1 | 58 | 2E |
| Octal | 333 | 22 | 16 | 0 | 134 | 136 | 16 | 1 | 130 | 56 |
| Binary | 11011011 | 10010 | 1110 | 0 | 1011100 | 1011110 | 1110 | 1 | 1011000 | 101110 |
Color Harmonies of #DB120E
Complementary color
Monochromatic Colors of #DB120E
Black with #DB120E
Text Example
Text Example
White with #DB120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB120E; }
p { color: rgb(219,18,14); }
H1.HeaderClassName
{
color: #DB120E;
}
.AnyTagClassName
{
color: #DB120E;
}
</style>
background-color css
<style>
a { background-color: #DB120E; }
a { background-color: rgb(219,18,14); }
div.DivClassName
{
background-color: #DB120E;
}
.BgClassName
{
background-color: #DB120E;
}
</style>
border-color css
<style>
span { border-color: #DB120E; }
span { border-color: rgb(219,18,14); }
td.TdClassName
{
border-color: #DB120E;
}
.TagClassName
{
border-color: #DB120E;
}
</style>