Shades of Free Speech Red #C4110B
Tints of Free Speech Red #C4110B
RGB
CMYK
RGB Variations
Color information
#C4110B (or 0xC4110B) is known color: Free Speech Red. HEX triplet: C4, 11 and 0B. RGB value is (196,17,11). Sum of RGB (Red+Green+Blue) = 196+17+11=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C4110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4110B is #3BEEF4. Grayscale: #464646. Windows color (decimal): -3927797 or 725444. OLE color: 725444.
HSL color Cylindrical-coordinate representation of color #C4110B: hue angle of 1.95º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4110B is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 11 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.23 |
| HSL | 1.95º | 0.89% | 0.41% | - |
| HSV(B) | 1.95º | 0.94% | 0.77% | - |
| XYZ | 23.03 | 12.16 | 1.45 | - |
| YUV | 69.84 | 94.8 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 11 | 0 | 0.91 | 0.94 | 0.23 | 1.95 | 0.89 | 0.41 |
| Hex | C4 | 11 | B | 0 | 5B | 5E | 17 | 2 | 59 | 29 |
| Octal | 304 | 21 | 13 | 0 | 133 | 136 | 27 | 2 | 131 | 51 |
| Binary | 11000100 | 10001 | 1011 | 0 | 1011011 | 1011110 | 10111 | 10 | 1011001 | 101001 |
Color Harmonies of #C4110B
Complementary color
Monochromatic Colors of #C4110B
Black with #C4110B
Text Example
Text Example
White with #C4110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4110B; }
p { color: rgb(196,17,11); }
H1.HeaderClassName
{
color: #C4110B;
}
.AnyTagClassName
{
color: #C4110B;
}
</style>
background-color css
<style>
a { background-color: #C4110B; }
a { background-color: rgb(196,17,11); }
div.DivClassName
{
background-color: #C4110B;
}
.BgClassName
{
background-color: #C4110B;
}
</style>
border-color css
<style>
span { border-color: #C4110B; }
span { border-color: rgb(196,17,11); }
td.TdClassName
{
border-color: #C4110B;
}
.TagClassName
{
border-color: #C4110B;
}
</style>