Shades of Free Speech Red #DB160A
Tints of Free Speech Red #DB160A
RGB
CMYK
RGB Variations
Color information
#DB160A (or 0xDB160A) is known color: Free Speech Red. HEX triplet: DB, 16 and 0A. RGB value is (219,22,10). Sum of RGB (Red+Green+Blue) = 219+22+10=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB160A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB160A is #24E9F5. Grayscale: #4F4F4F. Windows color (decimal): -2419190 or 661211. OLE color: 661211.
HSL color Cylindrical-coordinate representation of color #DB160A: hue angle of 3.44º degrees, saturation: 0.91, 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 #DB160A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.14 |
| HSL | 3.44º | 0.91% | 0.45% | - |
| HSV(B) | 3.44º | 0.95% | 0.86% | - |
| XYZ | 29.56 | 15.66 | 1.75 | - |
| YUV | 79.54 | 88.77 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 10 | 0 | 0.90 | 0.95 | 0.14 | 3.44 | 0.91 | 0.45 |
| Hex | DB | 16 | A | 0 | 5A | 5F | E | 3 | 5B | 2D |
| Octal | 333 | 26 | 12 | 0 | 132 | 137 | 16 | 3 | 133 | 55 |
| Binary | 11011011 | 10110 | 1010 | 0 | 1011010 | 1011111 | 1110 | 11 | 1011011 | 101101 |
Color Harmonies of #DB160A
Complementary color
Monochromatic Colors of #DB160A
Black with #DB160A
Text Example
Text Example
White with #DB160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB160A; }
p { color: rgb(219,22,10); }
H1.HeaderClassName
{
color: #DB160A;
}
.AnyTagClassName
{
color: #DB160A;
}
</style>
background-color css
<style>
a { background-color: #DB160A; }
a { background-color: rgb(219,22,10); }
div.DivClassName
{
background-color: #DB160A;
}
.BgClassName
{
background-color: #DB160A;
}
</style>
border-color css
<style>
span { border-color: #DB160A; }
span { border-color: rgb(219,22,10); }
td.TdClassName
{
border-color: #DB160A;
}
.TagClassName
{
border-color: #DB160A;
}
</style>