Shades of Free Speech Red #C11706
Tints of Free Speech Red #C11706
RGB
CMYK
RGB Variations
Color information
#C11706 (or 0xC11706) is known color: Free Speech Red. HEX triplet: C1, 17 and 06. RGB value is (193,23,6). Sum of RGB (Red+Green+Blue) = 193+23+6=222 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.94% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 193 - color contains mainly: red. Hex color #C11706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11706 is #3EE8F9. Grayscale: #484848. Windows color (decimal): -4122874 or 399297. OLE color: 399297.
HSL color Cylindrical-coordinate representation of color #C11706: hue angle of 5.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C11706 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 6 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.24 |
| HSL | 5.45º | 0.94% | 0.39% | - |
| HSV(B) | 5.45º | 0.97% | 0.76% | - |
| XYZ | 22.33 | 11.96 | 1.3 | - |
| YUV | 71.89 | 90.82 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 6 | 0 | 0.88 | 0.97 | 0.24 | 5.45 | 0.94 | 0.39 |
| Hex | C1 | 17 | 6 | 0 | 58 | 61 | 18 | 5 | 5E | 27 |
| Octal | 301 | 27 | 6 | 0 | 130 | 141 | 30 | 5 | 136 | 47 |
| Binary | 11000001 | 10111 | 110 | 0 | 1011000 | 1100001 | 11000 | 101 | 1011110 | 100111 |
Color Harmonies of #C11706
Complementary color
Monochromatic Colors of #C11706
Black with #C11706
Text Example
Text Example
White with #C11706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11706; }
p { color: rgb(193,23,6); }
H1.HeaderClassName
{
color: #C11706;
}
.AnyTagClassName
{
color: #C11706;
}
</style>
background-color css
<style>
a { background-color: #C11706; }
a { background-color: rgb(193,23,6); }
div.DivClassName
{
background-color: #C11706;
}
.BgClassName
{
background-color: #C11706;
}
</style>
border-color css
<style>
span { border-color: #C11706; }
span { border-color: rgb(193,23,6); }
td.TdClassName
{
border-color: #C11706;
}
.TagClassName
{
border-color: #C11706;
}
</style>