Shades of Free Speech Red #C11A00
Tints of Free Speech Red #C11A00
RGB
CMYK
RGB Variations
Color information
#C11A00 (or 0xC11A00) is known color: Free Speech Red. HEX triplet: C1, 1A and 00. RGB value is (193,26,0). Sum of RGB (Red+Green+Blue) = 193+26+0=219 (29% of max value = 765). Red value is 193 (75.78% from 255 or 88.13% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11A00 is #3EE5FF. Grayscale: #494949. Windows color (decimal): -4122112 or 6849. OLE color: 6849.
HSL color Cylindrical-coordinate representation of color #C11A00: hue angle of 8.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C11A00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.24 |
| HSL | 8.08º | 1% | 0.38% | - |
| HSV(B) | 8.08º | 1% | 0.76% | - |
| XYZ | 22.36 | 12.08 | 1.15 | - |
| YUV | 72.97 | 86.83 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 0 | 0 | 0.87 | 1 | 0.24 | 8.08 | 1 | 0.38 |
| Hex | C1 | 1A | 0 | 0 | 57 | 64 | 18 | 8 | 64 | 26 |
| Octal | 301 | 32 | 0 | 0 | 127 | 144 | 30 | 10 | 144 | 46 |
| Binary | 11000001 | 11010 | 0 | 0 | 1010111 | 1100100 | 11000 | 1000 | 1100100 | 100110 |
Color Harmonies of #C11A00
Complementary color
Monochromatic Colors of #C11A00
Black with #C11A00
Text Example
Text Example
White with #C11A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A00; }
p { color: rgb(193,26,0); }
H1.HeaderClassName
{
color: #C11A00;
}
.AnyTagClassName
{
color: #C11A00;
}
</style>
background-color css
<style>
a { background-color: #C11A00; }
a { background-color: rgb(193,26,0); }
div.DivClassName
{
background-color: #C11A00;
}
.BgClassName
{
background-color: #C11A00;
}
</style>
border-color css
<style>
span { border-color: #C11A00; }
span { border-color: rgb(193,26,0); }
td.TdClassName
{
border-color: #C11A00;
}
.TagClassName
{
border-color: #C11A00;
}
</style>