Shades of Free Speech Red #C61100
Tints of Free Speech Red #C61100
RGB
CMYK
RGB Variations
Color information
#C61100 (or 0xC61100) is known color: Free Speech Red. HEX triplet: C6, 11 and 00. RGB value is (198,17,0). Sum of RGB (Red+Green+Blue) = 198+17+0=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C61100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61100 is #39EEFF. Grayscale: #454545. Windows color (decimal): -3796736 or 4550. OLE color: 4550.
HSL color Cylindrical-coordinate representation of color #C61100: hue angle of 5.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C61100 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.22 |
| HSL | 5.15º | 1% | 0.39% | - |
| HSV(B) | 5.15º | 1% | 0.78% | - |
| XYZ | 23.49 | 12.41 | 1.16 | - |
| YUV | 69.18 | 88.97 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 0 | 0 | 0.91 | 1 | 0.22 | 5.15 | 1 | 0.39 |
| Hex | C6 | 11 | 0 | 0 | 5B | 64 | 16 | 5 | 64 | 27 |
| Octal | 306 | 21 | 0 | 0 | 133 | 144 | 26 | 5 | 144 | 47 |
| Binary | 11000110 | 10001 | 0 | 0 | 1011011 | 1100100 | 10110 | 101 | 1100100 | 100111 |
Color Harmonies of #C61100
Complementary color
Monochromatic Colors of #C61100
Black with #C61100
Text Example
Text Example
White with #C61100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61100; }
p { color: rgb(198,17,0); }
H1.HeaderClassName
{
color: #C61100;
}
.AnyTagClassName
{
color: #C61100;
}
</style>
background-color css
<style>
a { background-color: #C61100; }
a { background-color: rgb(198,17,0); }
div.DivClassName
{
background-color: #C61100;
}
.BgClassName
{
background-color: #C61100;
}
</style>
border-color css
<style>
span { border-color: #C61100; }
span { border-color: rgb(198,17,0); }
td.TdClassName
{
border-color: #C61100;
}
.TagClassName
{
border-color: #C61100;
}
</style>