Shades of Free Speech Red #C61410
Tints of Free Speech Red #C61410
RGB
CMYK
RGB Variations
Color information
#C61410 (or 0xC61410) is known color: Free Speech Red. HEX triplet: C6, 14 and 10. RGB value is (198,20,16). Sum of RGB (Red+Green+Blue) = 198+20+16=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C61410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61410 is #39EBEF. Grayscale: #484848. Windows color (decimal): -3795952 or 1053894. OLE color: 1053894.
HSL color Cylindrical-coordinate representation of color #C61410: hue angle of 1.32º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61410 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 16 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.22 |
| HSL | 1.32º | 0.85% | 0.42% | - |
| HSV(B) | 1.32º | 0.92% | 0.78% | - |
| XYZ | 23.63 | 12.54 | 1.67 | - |
| YUV | 72.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 16 | 0 | 0.90 | 0.92 | 0.22 | 1.32 | 0.85 | 0.42 |
| Hex | C6 | 14 | 10 | 0 | 5A | 5C | 16 | 1 | 55 | 2A |
| Octal | 306 | 24 | 20 | 0 | 132 | 134 | 26 | 1 | 125 | 52 |
| Binary | 11000110 | 10100 | 10000 | 0 | 1011010 | 1011100 | 10110 | 1 | 1010101 | 101010 |
Color Harmonies of #C61410
Complementary color
Monochromatic Colors of #C61410
Black with #C61410
Text Example
Text Example
White with #C61410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61410; }
p { color: rgb(198,20,16); }
H1.HeaderClassName
{
color: #C61410;
}
.AnyTagClassName
{
color: #C61410;
}
</style>
background-color css
<style>
a { background-color: #C61410; }
a { background-color: rgb(198,20,16); }
div.DivClassName
{
background-color: #C61410;
}
.BgClassName
{
background-color: #C61410;
}
</style>
border-color css
<style>
span { border-color: #C61410; }
span { border-color: rgb(198,20,16); }
td.TdClassName
{
border-color: #C61410;
}
.TagClassName
{
border-color: #C61410;
}
</style>