Shades of Free Speech Red #C51108
Tints of Free Speech Red #C51108
RGB
CMYK
RGB Variations
Color information
#C51108 (or 0xC51108) is known color: Free Speech Red. HEX triplet: C5, 11 and 08. RGB value is (197,17,8). Sum of RGB (Red+Green+Blue) = 197+17+8=222 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.74% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 197 - color contains mainly: red. Hex color #C51108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51108 is #3AEEF7. Grayscale: #464646. Windows color (decimal): -3862264 or 528837. OLE color: 528837.
HSL color Cylindrical-coordinate representation of color #C51108: hue angle of 2.86º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C51108 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.23 |
| HSL | 2.86º | 0.92% | 0.4% | - |
| HSV(B) | 2.86º | 0.96% | 0.77% | - |
| XYZ | 23.27 | 12.29 | 1.38 | - |
| YUV | 69.79 | 93.13 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 8 | 0 | 0.91 | 0.96 | 0.23 | 2.86 | 0.92 | 0.4 |
| Hex | C5 | 11 | 8 | 0 | 5B | 60 | 17 | 3 | 5C | 28 |
| Octal | 305 | 21 | 10 | 0 | 133 | 140 | 27 | 3 | 134 | 50 |
| Binary | 11000101 | 10001 | 1000 | 0 | 1011011 | 1100000 | 10111 | 11 | 1011100 | 101000 |
Color Harmonies of #C51108
Complementary color
Monochromatic Colors of #C51108
Black with #C51108
Text Example
Text Example
White with #C51108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51108; }
p { color: rgb(197,17,8); }
H1.HeaderClassName
{
color: #C51108;
}
.AnyTagClassName
{
color: #C51108;
}
</style>
background-color css
<style>
a { background-color: #C51108; }
a { background-color: rgb(197,17,8); }
div.DivClassName
{
background-color: #C51108;
}
.BgClassName
{
background-color: #C51108;
}
</style>
border-color css
<style>
span { border-color: #C51108; }
span { border-color: rgb(197,17,8); }
td.TdClassName
{
border-color: #C51108;
}
.TagClassName
{
border-color: #C51108;
}
</style>