Shades of Free Speech Red #DB140D
Tints of Free Speech Red #DB140D
RGB
CMYK
RGB Variations
Color information
#DB140D (or 0xDB140D) is known color: Free Speech Red. HEX triplet: DB, 14 and 0D. RGB value is (219,20,13). Sum of RGB (Red+Green+Blue) = 219+20+13=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB140D is #24EBF2. Grayscale: #4E4E4E. Windows color (decimal): -2419699 or 857307. OLE color: 857307.
HSL color Cylindrical-coordinate representation of color #DB140D: hue angle of 2.04º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB140D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.14 |
| HSL | 2.04º | 0.89% | 0.45% | - |
| HSV(B) | 2.04º | 0.94% | 0.86% | - |
| XYZ | 29.54 | 15.59 | 1.83 | - |
| YUV | 78.7 | 90.93 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 13 | 0 | 0.91 | 0.94 | 0.14 | 2.04 | 0.89 | 0.45 |
| Hex | DB | 14 | D | 0 | 5B | 5E | E | 2 | 59 | 2D |
| Octal | 333 | 24 | 15 | 0 | 133 | 136 | 16 | 2 | 131 | 55 |
| Binary | 11011011 | 10100 | 1101 | 0 | 1011011 | 1011110 | 1110 | 10 | 1011001 | 101101 |
Color Harmonies of #DB140D
Complementary color
Monochromatic Colors of #DB140D
Black with #DB140D
Text Example
Text Example
White with #DB140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB140D; }
p { color: rgb(219,20,13); }
H1.HeaderClassName
{
color: #DB140D;
}
.AnyTagClassName
{
color: #DB140D;
}
</style>
background-color css
<style>
a { background-color: #DB140D; }
a { background-color: rgb(219,20,13); }
div.DivClassName
{
background-color: #DB140D;
}
.BgClassName
{
background-color: #DB140D;
}
</style>
border-color css
<style>
span { border-color: #DB140D; }
span { border-color: rgb(219,20,13); }
td.TdClassName
{
border-color: #DB140D;
}
.TagClassName
{
border-color: #DB140D;
}
</style>