Shades of Free Speech Red #C6120C
Tints of Free Speech Red #C6120C
RGB
CMYK
RGB Variations
Color information
#C6120C (or 0xC6120C) is known color: Free Speech Red. HEX triplet: C6, 12 and 0C. RGB value is (198,18,12). Sum of RGB (Red+Green+Blue) = 198+18+12=228 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.84% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 198 - color contains mainly: red. Hex color #C6120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6120C is #39EDF3. Grayscale: #474747. Windows color (decimal): -3796468 or 791238. OLE color: 791238.
HSL color Cylindrical-coordinate representation of color #C6120C: hue angle of 1.94º 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 #C6120C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.22 |
| HSL | 1.94º | 0.89% | 0.41% | - |
| HSV(B) | 1.94º | 0.94% | 0.78% | - |
| XYZ | 23.57 | 12.46 | 1.51 | - |
| YUV | 71.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 12 | 0 | 0.91 | 0.94 | 0.22 | 1.94 | 0.89 | 0.41 |
| Hex | C6 | 12 | C | 0 | 5B | 5E | 16 | 2 | 59 | 29 |
| Octal | 306 | 22 | 14 | 0 | 133 | 136 | 26 | 2 | 131 | 51 |
| Binary | 11000110 | 10010 | 1100 | 0 | 1011011 | 1011110 | 10110 | 10 | 1011001 | 101001 |
Color Harmonies of #C6120C
Complementary color
Monochromatic Colors of #C6120C
Black with #C6120C
Text Example
Text Example
White with #C6120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6120C; }
p { color: rgb(198,18,12); }
H1.HeaderClassName
{
color: #C6120C;
}
.AnyTagClassName
{
color: #C6120C;
}
</style>
background-color css
<style>
a { background-color: #C6120C; }
a { background-color: rgb(198,18,12); }
div.DivClassName
{
background-color: #C6120C;
}
.BgClassName
{
background-color: #C6120C;
}
</style>
border-color css
<style>
span { border-color: #C6120C; }
span { border-color: rgb(198,18,12); }
td.TdClassName
{
border-color: #C6120C;
}
.TagClassName
{
border-color: #C6120C;
}
</style>