Shades of Free Speech Red #C5160A
Tints of Free Speech Red #C5160A
RGB
CMYK
RGB Variations
Color information
#C5160A (or 0xC5160A) is known color: Free Speech Red. HEX triplet: C5, 16 and 0A. RGB value is (197,22,10). Sum of RGB (Red+Green+Blue) = 197+22+10=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C5160A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5160A is #3AE9F5. Grayscale: #494949. Windows color (decimal): -3860982 or 661189. OLE color: 661189.
HSL color Cylindrical-coordinate representation of color #C5160A: hue angle of 3.85º 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 #C5160A is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 10 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.23 |
| HSL | 3.85º | 0.9% | 0.41% | - |
| HSV(B) | 3.85º | 0.95% | 0.77% | - |
| XYZ | 23.37 | 12.47 | 1.46 | - |
| YUV | 72.96 | 92.48 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 10 | 0 | 0.89 | 0.95 | 0.23 | 3.85 | 0.9 | 0.41 |
| Hex | C5 | 16 | A | 0 | 59 | 5F | 17 | 4 | 5A | 29 |
| Octal | 305 | 26 | 12 | 0 | 131 | 137 | 27 | 4 | 132 | 51 |
| Binary | 11000101 | 10110 | 1010 | 0 | 1011001 | 1011111 | 10111 | 100 | 1011010 | 101001 |
Color Harmonies of #C5160A
Complementary color
Monochromatic Colors of #C5160A
Black with #C5160A
Text Example
Text Example
White with #C5160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5160A; }
p { color: rgb(197,22,10); }
H1.HeaderClassName
{
color: #C5160A;
}
.AnyTagClassName
{
color: #C5160A;
}
</style>
background-color css
<style>
a { background-color: #C5160A; }
a { background-color: rgb(197,22,10); }
div.DivClassName
{
background-color: #C5160A;
}
.BgClassName
{
background-color: #C5160A;
}
</style>
border-color css
<style>
span { border-color: #C5160A; }
span { border-color: rgb(197,22,10); }
td.TdClassName
{
border-color: #C5160A;
}
.TagClassName
{
border-color: #C5160A;
}
</style>