Shades of Free Speech Red #C60F0E
Tints of Free Speech Red #C60F0E
RGB
CMYK
RGB Variations
Color information
#C60F0E (or 0xC60F0E) is known color: Free Speech Red. HEX triplet: C6, 0F and 0E. RGB value is (198,15,14). Sum of RGB (Red+Green+Blue) = 198+15+14=227 (30% of max value = 765). Red value is 198 (77.73% from 255 or 87.22% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60F0E is #39F0F1. Grayscale: #454545. Windows color (decimal): -3797234 or 921542. OLE color: 921542.
HSL color Cylindrical-coordinate representation of color #C60F0E: hue angle of 0.33º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60F0E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 14 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.22 |
| HSL | 0.33º | 0.87% | 0.42% | - |
| HSV(B) | 0.33º | 0.93% | 0.78% | - |
| XYZ | 23.54 | 12.38 | 1.56 | - |
| YUV | 69.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 14 | 0 | 0.92 | 0.93 | 0.22 | 0.33 | 0.87 | 0.42 |
| Hex | C6 | F | E | 0 | 5C | 5D | 16 | 0 | 57 | 2A |
| Octal | 306 | 17 | 16 | 0 | 134 | 135 | 26 | 0 | 127 | 52 |
| Binary | 11000110 | 1111 | 1110 | 0 | 1011100 | 1011101 | 10110 | 0 | 1010111 | 101010 |
Color Harmonies of #C60F0E
Complementary color
Monochromatic Colors of #C60F0E
Black with #C60F0E
Text Example
Text Example
White with #C60F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F0E; }
p { color: rgb(198,15,14); }
H1.HeaderClassName
{
color: #C60F0E;
}
.AnyTagClassName
{
color: #C60F0E;
}
</style>
background-color css
<style>
a { background-color: #C60F0E; }
a { background-color: rgb(198,15,14); }
div.DivClassName
{
background-color: #C60F0E;
}
.BgClassName
{
background-color: #C60F0E;
}
</style>
border-color css
<style>
span { border-color: #C60F0E; }
span { border-color: rgb(198,15,14); }
td.TdClassName
{
border-color: #C60F0E;
}
.TagClassName
{
border-color: #C60F0E;
}
</style>