Shades of Free Speech Red #DB160C
Tints of Free Speech Red #DB160C
RGB
CMYK
RGB Variations
Color information
#DB160C (or 0xDB160C) is known color: Free Speech Red. HEX triplet: DB, 16 and 0C. RGB value is (219,22,12). Sum of RGB (Red+Green+Blue) = 219+22+12=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB160C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB160C is #24E9F3. Grayscale: #505050. Windows color (decimal): -2419188 or 792283. OLE color: 792283.
HSL color Cylindrical-coordinate representation of color #DB160C: hue angle of 2.9º 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 #DB160C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.14 |
| HSL | 2.9º | 0.9% | 0.45% | - |
| HSV(B) | 2.9º | 0.95% | 0.86% | - |
| XYZ | 29.57 | 15.66 | 1.81 | - |
| YUV | 79.76 | 89.77 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 12 | 0 | 0.90 | 0.95 | 0.14 | 2.9 | 0.9 | 0.45 |
| Hex | DB | 16 | C | 0 | 5A | 5F | E | 3 | 5A | 2D |
| Octal | 333 | 26 | 14 | 0 | 132 | 137 | 16 | 3 | 132 | 55 |
| Binary | 11011011 | 10110 | 1100 | 0 | 1011010 | 1011111 | 1110 | 11 | 1011010 | 101101 |
Color Harmonies of #DB160C
Complementary color
Monochromatic Colors of #DB160C
Black with #DB160C
Text Example
Text Example
White with #DB160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB160C; }
p { color: rgb(219,22,12); }
H1.HeaderClassName
{
color: #DB160C;
}
.AnyTagClassName
{
color: #DB160C;
}
</style>
background-color css
<style>
a { background-color: #DB160C; }
a { background-color: rgb(219,22,12); }
div.DivClassName
{
background-color: #DB160C;
}
.BgClassName
{
background-color: #DB160C;
}
</style>
border-color css
<style>
span { border-color: #DB160C; }
span { border-color: rgb(219,22,12); }
td.TdClassName
{
border-color: #DB160C;
}
.TagClassName
{
border-color: #DB160C;
}
</style>