Shades of Free Speech Red #C5110E
Tints of Free Speech Red #C5110E
RGB
CMYK
RGB Variations
Color information
#C5110E (or 0xC5110E) is known color: Free Speech Red. HEX triplet: C5, 11 and 0E. RGB value is (197,17,14). Sum of RGB (Red+Green+Blue) = 197+17+14=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C5110E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5110E is #3AEEF1. Grayscale: #464646. Windows color (decimal): -3862258 or 922053. OLE color: 922053.
HSL color Cylindrical-coordinate representation of color #C5110E: hue angle of 0.98º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5110E is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 14 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.23 |
| HSL | 0.98º | 0.87% | 0.41% | - |
| HSV(B) | 0.98º | 0.93% | 0.77% | - |
| XYZ | 23.31 | 12.3 | 1.56 | - |
| YUV | 70.48 | 96.13 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 14 | 0 | 0.91 | 0.93 | 0.23 | 0.98 | 0.87 | 0.41 |
| Hex | C5 | 11 | E | 0 | 5B | 5D | 17 | 1 | 57 | 29 |
| Octal | 305 | 21 | 16 | 0 | 133 | 135 | 27 | 1 | 127 | 51 |
| Binary | 11000101 | 10001 | 1110 | 0 | 1011011 | 1011101 | 10111 | 1 | 1010111 | 101001 |
Color Harmonies of #C5110E
Complementary color
Monochromatic Colors of #C5110E
Black with #C5110E
Text Example
Text Example
White with #C5110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5110E; }
p { color: rgb(197,17,14); }
H1.HeaderClassName
{
color: #C5110E;
}
.AnyTagClassName
{
color: #C5110E;
}
</style>
background-color css
<style>
a { background-color: #C5110E; }
a { background-color: rgb(197,17,14); }
div.DivClassName
{
background-color: #C5110E;
}
.BgClassName
{
background-color: #C5110E;
}
</style>
border-color css
<style>
span { border-color: #C5110E; }
span { border-color: rgb(197,17,14); }
td.TdClassName
{
border-color: #C5110E;
}
.TagClassName
{
border-color: #C5110E;
}
</style>