Shades of Free Speech Red #DB140E
Tints of Free Speech Red #DB140E
RGB
CMYK
RGB Variations
Color information
#DB140E (or 0xDB140E) is known color: Free Speech Red. HEX triplet: DB, 14 and 0E. RGB value is (219,20,14). Sum of RGB (Red+Green+Blue) = 219+20+14=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB140E is #24EBF1. Grayscale: #4F4F4F. Windows color (decimal): -2419698 or 922843. OLE color: 922843.
HSL color Cylindrical-coordinate representation of color #DB140E: hue angle of 1.76º 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 #DB140E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.14 |
| HSL | 1.76º | 0.88% | 0.46% | - |
| HSV(B) | 1.76º | 0.94% | 0.86% | - |
| XYZ | 29.54 | 15.59 | 1.87 | - |
| YUV | 78.82 | 91.43 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 14 | 0 | 0.91 | 0.94 | 0.14 | 1.76 | 0.88 | 0.46 |
| Hex | DB | 14 | E | 0 | 5B | 5E | E | 2 | 58 | 2E |
| Octal | 333 | 24 | 16 | 0 | 133 | 136 | 16 | 2 | 130 | 56 |
| Binary | 11011011 | 10100 | 1110 | 0 | 1011011 | 1011110 | 1110 | 10 | 1011000 | 101110 |
Color Harmonies of #DB140E
Complementary color
Monochromatic Colors of #DB140E
Black with #DB140E
Text Example
Text Example
White with #DB140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB140E; }
p { color: rgb(219,20,14); }
H1.HeaderClassName
{
color: #DB140E;
}
.AnyTagClassName
{
color: #DB140E;
}
</style>
background-color css
<style>
a { background-color: #DB140E; }
a { background-color: rgb(219,20,14); }
div.DivClassName
{
background-color: #DB140E;
}
.BgClassName
{
background-color: #DB140E;
}
</style>
border-color css
<style>
span { border-color: #DB140E; }
span { border-color: rgb(219,20,14); }
td.TdClassName
{
border-color: #DB140E;
}
.TagClassName
{
border-color: #DB140E;
}
</style>