Shades of Free Speech Red #C6180C
Tints of Free Speech Red #C6180C
RGB
CMYK
RGB Variations
Color information
#C6180C (or 0xC6180C) is known color: Free Speech Red. HEX triplet: C6, 18 and 0C. RGB value is (198,24,12). Sum of RGB (Red+Green+Blue) = 198+24+12=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C6180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6180C is #39E7F3. Grayscale: #4A4A4A. Windows color (decimal): -3794932 or 792774. OLE color: 792774.
HSL color Cylindrical-coordinate representation of color #C6180C: hue angle of 3.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6180C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.22 |
| HSL | 3.87º | 0.89% | 0.41% | - |
| HSV(B) | 3.87º | 0.94% | 0.78% | - |
| XYZ | 23.68 | 12.69 | 1.55 | - |
| YUV | 74.66 | 92.65 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 12 | 0 | 0.88 | 0.94 | 0.22 | 3.87 | 0.89 | 0.41 |
| Hex | C6 | 18 | C | 0 | 58 | 5E | 16 | 4 | 59 | 29 |
| Octal | 306 | 30 | 14 | 0 | 130 | 136 | 26 | 4 | 131 | 51 |
| Binary | 11000110 | 11000 | 1100 | 0 | 1011000 | 1011110 | 10110 | 100 | 1011001 | 101001 |
Color Harmonies of #C6180C
Complementary color
Monochromatic Colors of #C6180C
Black with #C6180C
Text Example
Text Example
White with #C6180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6180C; }
p { color: rgb(198,24,12); }
H1.HeaderClassName
{
color: #C6180C;
}
.AnyTagClassName
{
color: #C6180C;
}
</style>
background-color css
<style>
a { background-color: #C6180C; }
a { background-color: rgb(198,24,12); }
div.DivClassName
{
background-color: #C6180C;
}
.BgClassName
{
background-color: #C6180C;
}
</style>
border-color css
<style>
span { border-color: #C6180C; }
span { border-color: rgb(198,24,12); }
td.TdClassName
{
border-color: #C6180C;
}
.TagClassName
{
border-color: #C6180C;
}
</style>