Shades of Free Speech Red #C11A0B
Tints of Free Speech Red #C11A0B
RGB
CMYK
RGB Variations
Color information
#C11A0B (or 0xC11A0B) is known color: Free Speech Red. HEX triplet: C1, 1A and 0B. RGB value is (193,26,11). Sum of RGB (Red+Green+Blue) = 193+26+11=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11A0B is #3EE5F4. Grayscale: #4A4A4A. Windows color (decimal): -4122101 or 727745. OLE color: 727745.
HSL color Cylindrical-coordinate representation of color #C11A0B: hue angle of 4.95º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C11A0B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.24 |
| HSL | 4.95º | 0.89% | 0.4% | - |
| HSV(B) | 4.95º | 0.94% | 0.76% | - |
| XYZ | 22.42 | 12.1 | 1.47 | - |
| YUV | 74.22 | 92.33 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 11 | 0 | 0.87 | 0.94 | 0.24 | 4.95 | 0.89 | 0.4 |
| Hex | C1 | 1A | B | 0 | 57 | 5E | 18 | 5 | 59 | 28 |
| Octal | 301 | 32 | 13 | 0 | 127 | 136 | 30 | 5 | 131 | 50 |
| Binary | 11000001 | 11010 | 1011 | 0 | 1010111 | 1011110 | 11000 | 101 | 1011001 | 101000 |
Color Harmonies of #C11A0B
Complementary color
Monochromatic Colors of #C11A0B
Black with #C11A0B
Text Example
Text Example
White with #C11A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A0B; }
p { color: rgb(193,26,11); }
H1.HeaderClassName
{
color: #C11A0B;
}
.AnyTagClassName
{
color: #C11A0B;
}
</style>
background-color css
<style>
a { background-color: #C11A0B; }
a { background-color: rgb(193,26,11); }
div.DivClassName
{
background-color: #C11A0B;
}
.BgClassName
{
background-color: #C11A0B;
}
</style>
border-color css
<style>
span { border-color: #C11A0B; }
span { border-color: rgb(193,26,11); }
td.TdClassName
{
border-color: #C11A0B;
}
.TagClassName
{
border-color: #C11A0B;
}
</style>