Shades of Free Speech Red #C5110A
Tints of Free Speech Red #C5110A
RGB
CMYK
RGB Variations
Color information
#C5110A (or 0xC5110A) is known color: Free Speech Red. HEX triplet: C5, 11 and 0A. RGB value is (197,17,10). Sum of RGB (Red+Green+Blue) = 197+17+10=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C5110A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5110A is #3AEEF5. Grayscale: #464646. Windows color (decimal): -3862262 or 659909. OLE color: 659909.
HSL color Cylindrical-coordinate representation of color #C5110A: hue angle of 2.25º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5110A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.23 |
| HSL | 2.25º | 0.9% | 0.41% | - |
| HSV(B) | 2.25º | 0.95% | 0.77% | - |
| XYZ | 23.28 | 12.29 | 1.43 | - |
| YUV | 70.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 10 | 0 | 0.91 | 0.95 | 0.23 | 2.25 | 0.9 | 0.41 |
| Hex | C5 | 11 | A | 0 | 5B | 5F | 17 | 2 | 5A | 29 |
| Octal | 305 | 21 | 12 | 0 | 133 | 137 | 27 | 2 | 132 | 51 |
| Binary | 11000101 | 10001 | 1010 | 0 | 1011011 | 1011111 | 10111 | 10 | 1011010 | 101001 |
Color Harmonies of #C5110A
Complementary color
Monochromatic Colors of #C5110A
Black with #C5110A
Text Example
Text Example
White with #C5110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5110A; }
p { color: rgb(197,17,10); }
H1.HeaderClassName
{
color: #C5110A;
}
.AnyTagClassName
{
color: #C5110A;
}
</style>
background-color css
<style>
a { background-color: #C5110A; }
a { background-color: rgb(197,17,10); }
div.DivClassName
{
background-color: #C5110A;
}
.BgClassName
{
background-color: #C5110A;
}
</style>
border-color css
<style>
span { border-color: #C5110A; }
span { border-color: rgb(197,17,10); }
td.TdClassName
{
border-color: #C5110A;
}
.TagClassName
{
border-color: #C5110A;
}
</style>