Shades of Free Speech Red #C5100A
Tints of Free Speech Red #C5100A
RGB
CMYK
RGB Variations
Color information
#C5100A (or 0xC5100A) is known color: Free Speech Red. HEX triplet: C5, 10 and 0A. RGB value is (197,16,10). Sum of RGB (Red+Green+Blue) = 197+16+10=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C5100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5100A is #3AEFF5. Grayscale: #454545. Windows color (decimal): -3862518 or 659653. OLE color: 659653.
HSL color Cylindrical-coordinate representation of color #C5100A: hue angle of 1.93º 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 #C5100A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.23 |
| HSL | 1.93º | 0.9% | 0.41% | - |
| HSV(B) | 1.93º | 0.95% | 0.77% | - |
| XYZ | 23.27 | 12.26 | 1.43 | - |
| YUV | 69.44 | 94.47 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 10 | 0 | 0.92 | 0.95 | 0.23 | 1.93 | 0.9 | 0.41 |
| Hex | C5 | 10 | A | 0 | 5C | 5F | 17 | 2 | 5A | 29 |
| Octal | 305 | 20 | 12 | 0 | 134 | 137 | 27 | 2 | 132 | 51 |
| Binary | 11000101 | 10000 | 1010 | 0 | 1011100 | 1011111 | 10111 | 10 | 1011010 | 101001 |
Color Harmonies of #C5100A
Complementary color
Monochromatic Colors of #C5100A
Black with #C5100A
Text Example
Text Example
White with #C5100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5100A; }
p { color: rgb(197,16,10); }
H1.HeaderClassName
{
color: #C5100A;
}
.AnyTagClassName
{
color: #C5100A;
}
</style>
background-color css
<style>
a { background-color: #C5100A; }
a { background-color: rgb(197,16,10); }
div.DivClassName
{
background-color: #C5100A;
}
.BgClassName
{
background-color: #C5100A;
}
</style>
border-color css
<style>
span { border-color: #C5100A; }
span { border-color: rgb(197,16,10); }
td.TdClassName
{
border-color: #C5100A;
}
.TagClassName
{
border-color: #C5100A;
}
</style>