Shades of Free Speech Red #C60C05
Tints of Free Speech Red #C60C05
RGB
CMYK
RGB Variations
Color information
#C60C05 (or 0xC60C05) is known color: Free Speech Red. HEX triplet: C6, 0C and 05. RGB value is (198,12,5). Sum of RGB (Red+Green+Blue) = 198+12+5=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C60C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60C05 is #39F3FA. Grayscale: #434343. Windows color (decimal): -3798011 or 330950. OLE color: 330950.
HSL color Cylindrical-coordinate representation of color #C60C05: hue angle of 2.18º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60C05 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 12 | 5 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.22 |
| HSL | 2.18º | 0.95% | 0.4% | - |
| HSV(B) | 2.18º | 0.97% | 0.78% | - |
| XYZ | 23.45 | 12.28 | 1.28 | - |
| YUV | 66.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 5 | 0 | 0.94 | 0.97 | 0.22 | 2.18 | 0.95 | 0.4 |
| Hex | C6 | C | 5 | 0 | 5E | 61 | 16 | 2 | 5F | 28 |
| Octal | 306 | 14 | 5 | 0 | 136 | 141 | 26 | 2 | 137 | 50 |
| Binary | 11000110 | 1100 | 101 | 0 | 1011110 | 1100001 | 10110 | 10 | 1011111 | 101000 |
Color Harmonies of #C60C05
Complementary color
Monochromatic Colors of #C60C05
Black with #C60C05
Text Example
Text Example
White with #C60C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60C05; }
p { color: rgb(198,12,5); }
H1.HeaderClassName
{
color: #C60C05;
}
.AnyTagClassName
{
color: #C60C05;
}
</style>
background-color css
<style>
a { background-color: #C60C05; }
a { background-color: rgb(198,12,5); }
div.DivClassName
{
background-color: #C60C05;
}
.BgClassName
{
background-color: #C60C05;
}
</style>
border-color css
<style>
span { border-color: #C60C05; }
span { border-color: rgb(198,12,5); }
td.TdClassName
{
border-color: #C60C05;
}
.TagClassName
{
border-color: #C60C05;
}
</style>