Shades of Free Speech Red #C60A07
Tints of Free Speech Red #C60A07
RGB
CMYK
RGB Variations
Color information
#C60A07 (or 0xC60A07) is known color: Free Speech Red. HEX triplet: C6, 0A and 07. RGB value is (198,10,7). Sum of RGB (Red+Green+Blue) = 198+10+7=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60A07 is #39F5F8. Grayscale: #424242. Windows color (decimal): -3798521 or 461510. OLE color: 461510.
HSL color Cylindrical-coordinate representation of color #C60A07: hue angle of 0.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60A07 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 7 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.22 |
| HSL | 0.94º | 0.93% | 0.4% | - |
| HSV(B) | 0.94º | 0.96% | 0.78% | - |
| XYZ | 23.44 | 12.24 | 1.33 | - |
| YUV | 65.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 7 | 0 | 0.95 | 0.96 | 0.22 | 0.94 | 0.93 | 0.4 |
| Hex | C6 | A | 7 | 0 | 5F | 60 | 16 | 1 | 5D | 28 |
| Octal | 306 | 12 | 7 | 0 | 137 | 140 | 26 | 1 | 135 | 50 |
| Binary | 11000110 | 1010 | 111 | 0 | 1011111 | 1100000 | 10110 | 1 | 1011101 | 101000 |
Color Harmonies of #C60A07
Complementary color
Monochromatic Colors of #C60A07
Black with #C60A07
Text Example
Text Example
White with #C60A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A07; }
p { color: rgb(198,10,7); }
H1.HeaderClassName
{
color: #C60A07;
}
.AnyTagClassName
{
color: #C60A07;
}
</style>
background-color css
<style>
a { background-color: #C60A07; }
a { background-color: rgb(198,10,7); }
div.DivClassName
{
background-color: #C60A07;
}
.BgClassName
{
background-color: #C60A07;
}
</style>
border-color css
<style>
span { border-color: #C60A07; }
span { border-color: rgb(198,10,7); }
td.TdClassName
{
border-color: #C60A07;
}
.TagClassName
{
border-color: #C60A07;
}
</style>