Shades of Free Speech Red #DB160B
Tints of Free Speech Red #DB160B
RGB
CMYK
RGB Variations
Color information
#DB160B (or 0xDB160B) is known color: Free Speech Red. HEX triplet: DB, 16 and 0B. RGB value is (219,22,11). Sum of RGB (Red+Green+Blue) = 219+22+11=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB160B is #24E9F4. Grayscale: #4F4F4F. Windows color (decimal): -2419189 or 726747. OLE color: 726747.
HSL color Cylindrical-coordinate representation of color #DB160B: hue angle of 3.17º 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 #DB160B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.14 |
| HSL | 3.17º | 0.9% | 0.45% | - |
| HSV(B) | 3.17º | 0.95% | 0.86% | - |
| XYZ | 29.56 | 15.66 | 1.78 | - |
| YUV | 79.65 | 89.27 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 11 | 0 | 0.90 | 0.95 | 0.14 | 3.17 | 0.9 | 0.45 |
| Hex | DB | 16 | B | 0 | 5A | 5F | E | 3 | 5A | 2D |
| Octal | 333 | 26 | 13 | 0 | 132 | 137 | 16 | 3 | 132 | 55 |
| Binary | 11011011 | 10110 | 1011 | 0 | 1011010 | 1011111 | 1110 | 11 | 1011010 | 101101 |
Color Harmonies of #DB160B
Complementary color
Monochromatic Colors of #DB160B
Black with #DB160B
Text Example
Text Example
White with #DB160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB160B; }
p { color: rgb(219,22,11); }
H1.HeaderClassName
{
color: #DB160B;
}
.AnyTagClassName
{
color: #DB160B;
}
</style>
background-color css
<style>
a { background-color: #DB160B; }
a { background-color: rgb(219,22,11); }
div.DivClassName
{
background-color: #DB160B;
}
.BgClassName
{
background-color: #DB160B;
}
</style>
border-color css
<style>
span { border-color: #DB160B; }
span { border-color: rgb(219,22,11); }
td.TdClassName
{
border-color: #DB160B;
}
.TagClassName
{
border-color: #DB160B;
}
</style>