Shades of Free Speech Red #C5100C
Tints of Free Speech Red #C5100C
RGB
CMYK
RGB Variations
Color information
#C5100C (or 0xC5100C) is known color: Free Speech Red. HEX triplet: C5, 10 and 0C. RGB value is (197,16,12). Sum of RGB (Red+Green+Blue) = 197+16+12=225 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 197 - color contains mainly: red. Hex color #C5100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5100C is #3AEFF3. Grayscale: #454545. Windows color (decimal): -3862516 or 790725. OLE color: 790725.
HSL color Cylindrical-coordinate representation of color #C5100C: hue angle of 1.3º 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 #C5100C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 12 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.23 |
| HSL | 1.3º | 0.89% | 0.41% | - |
| HSV(B) | 1.3º | 0.94% | 0.77% | - |
| XYZ | 23.28 | 12.27 | 1.49 | - |
| YUV | 69.66 | 95.47 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 12 | 0 | 0.92 | 0.94 | 0.23 | 1.3 | 0.89 | 0.41 |
| Hex | C5 | 10 | C | 0 | 5C | 5E | 17 | 1 | 59 | 29 |
| Octal | 305 | 20 | 14 | 0 | 134 | 136 | 27 | 1 | 131 | 51 |
| Binary | 11000101 | 10000 | 1100 | 0 | 1011100 | 1011110 | 10111 | 1 | 1011001 | 101001 |
Color Harmonies of #C5100C
Complementary color
Monochromatic Colors of #C5100C
Black with #C5100C
Text Example
Text Example
White with #C5100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5100C; }
p { color: rgb(197,16,12); }
H1.HeaderClassName
{
color: #C5100C;
}
.AnyTagClassName
{
color: #C5100C;
}
</style>
background-color css
<style>
a { background-color: #C5100C; }
a { background-color: rgb(197,16,12); }
div.DivClassName
{
background-color: #C5100C;
}
.BgClassName
{
background-color: #C5100C;
}
</style>
border-color css
<style>
span { border-color: #C5100C; }
span { border-color: rgb(197,16,12); }
td.TdClassName
{
border-color: #C5100C;
}
.TagClassName
{
border-color: #C5100C;
}
</style>