Shades of Free Speech Red #DB140B
Tints of Free Speech Red #DB140B
RGB
CMYK
RGB Variations
Color information
#DB140B (or 0xDB140B) is known color: Free Speech Red. HEX triplet: DB, 14 and 0B. RGB value is (219,20,11). Sum of RGB (Red+Green+Blue) = 219+20+11=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB140B is #24EBF4. Grayscale: #4E4E4E. Windows color (decimal): -2419701 or 726235. OLE color: 726235.
HSL color Cylindrical-coordinate representation of color #DB140B: hue angle of 2.6º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB140B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.14 |
| HSL | 2.6º | 0.9% | 0.45% | - |
| HSV(B) | 2.6º | 0.95% | 0.86% | - |
| XYZ | 29.52 | 15.58 | 1.77 | - |
| YUV | 78.48 | 89.93 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 11 | 0 | 0.91 | 0.95 | 0.14 | 2.6 | 0.9 | 0.45 |
| Hex | DB | 14 | B | 0 | 5B | 5F | E | 3 | 5A | 2D |
| Octal | 333 | 24 | 13 | 0 | 133 | 137 | 16 | 3 | 132 | 55 |
| Binary | 11011011 | 10100 | 1011 | 0 | 1011011 | 1011111 | 1110 | 11 | 1011010 | 101101 |
Color Harmonies of #DB140B
Complementary color
Monochromatic Colors of #DB140B
Black with #DB140B
Text Example
Text Example
White with #DB140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB140B; }
p { color: rgb(219,20,11); }
H1.HeaderClassName
{
color: #DB140B;
}
.AnyTagClassName
{
color: #DB140B;
}
</style>
background-color css
<style>
a { background-color: #DB140B; }
a { background-color: rgb(219,20,11); }
div.DivClassName
{
background-color: #DB140B;
}
.BgClassName
{
background-color: #DB140B;
}
</style>
border-color css
<style>
span { border-color: #DB140B; }
span { border-color: rgb(219,20,11); }
td.TdClassName
{
border-color: #DB140B;
}
.TagClassName
{
border-color: #DB140B;
}
</style>