Shades of Free Speech Red #DC110A
Tints of Free Speech Red #DC110A
RGB
CMYK
RGB Variations
Color information
#DC110A (or 0xDC110A) is known color: Free Speech Red. HEX triplet: DC, 11 and 0A. RGB value is (220,17,10). Sum of RGB (Red+Green+Blue) = 220+17+10=247 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.07% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 220 - color contains mainly: red. Hex color #DC110A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC110A is #23EEF5. Grayscale: #4D4D4D. Windows color (decimal): -2354934 or 659932. OLE color: 659932.
HSL color Cylindrical-coordinate representation of color #DC110A: hue angle of 2º 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 #DC110A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.14 |
| HSL | 2º | 0.91% | 0.45% | - |
| HSV(B) | 2º | 0.95% | 0.86% | - |
| XYZ | 29.77 | 15.64 | 1.74 | - |
| YUV | 76.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 10 | 0 | 0.92 | 0.95 | 0.14 | 2 | 0.91 | 0.45 |
| Hex | DC | 11 | A | 0 | 5C | 5F | E | 2 | 5B | 2D |
| Octal | 334 | 21 | 12 | 0 | 134 | 137 | 16 | 2 | 133 | 55 |
| Binary | 11011100 | 10001 | 1010 | 0 | 1011100 | 1011111 | 1110 | 10 | 1011011 | 101101 |
Color Harmonies of #DC110A
Complementary color
Monochromatic Colors of #DC110A
Black with #DC110A
Text Example
Text Example
White with #DC110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC110A; }
p { color: rgb(220,17,10); }
H1.HeaderClassName
{
color: #DC110A;
}
.AnyTagClassName
{
color: #DC110A;
}
</style>
background-color css
<style>
a { background-color: #DC110A; }
a { background-color: rgb(220,17,10); }
div.DivClassName
{
background-color: #DC110A;
}
.BgClassName
{
background-color: #DC110A;
}
</style>
border-color css
<style>
span { border-color: #DC110A; }
span { border-color: rgb(220,17,10); }
td.TdClassName
{
border-color: #DC110A;
}
.TagClassName
{
border-color: #DC110A;
}
</style>