Shades of Free Speech Red #C60A00
Tints of Free Speech Red #C60A00
RGB
CMYK
RGB Variations
Color information
#C60A00 (or 0xC60A00) is known color: Free Speech Red. HEX triplet: C6, 0A and 00. RGB value is (198,10,0). Sum of RGB (Red+Green+Blue) = 198+10+0=208 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.19% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60A00 is #39F5FF. Grayscale: #414141. Windows color (decimal): -3798528 or 2758. OLE color: 2758.
HSL color Cylindrical-coordinate representation of color #C60A00: hue angle of 3.03º 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 #C60A00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.22 |
| HSL | 3.03º | 1% | 0.39% | - |
| HSV(B) | 3.03º | 1% | 0.78% | - |
| XYZ | 23.4 | 12.22 | 1.13 | - |
| YUV | 65.07 | 91.28 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 0 | 0 | 0.95 | 1 | 0.22 | 3.03 | 1 | 0.39 |
| Hex | C6 | A | 0 | 0 | 5F | 64 | 16 | 3 | 64 | 27 |
| Octal | 306 | 12 | 0 | 0 | 137 | 144 | 26 | 3 | 144 | 47 |
| Binary | 11000110 | 1010 | 0 | 0 | 1011111 | 1100100 | 10110 | 11 | 1100100 | 100111 |
Color Harmonies of #C60A00
Complementary color
Monochromatic Colors of #C60A00
Black with #C60A00
Text Example
Text Example
White with #C60A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A00; }
p { color: rgb(198,10,0); }
H1.HeaderClassName
{
color: #C60A00;
}
.AnyTagClassName
{
color: #C60A00;
}
</style>
background-color css
<style>
a { background-color: #C60A00; }
a { background-color: rgb(198,10,0); }
div.DivClassName
{
background-color: #C60A00;
}
.BgClassName
{
background-color: #C60A00;
}
</style>
border-color css
<style>
span { border-color: #C60A00; }
span { border-color: rgb(198,10,0); }
td.TdClassName
{
border-color: #C60A00;
}
.TagClassName
{
border-color: #C60A00;
}
</style>