Shades of Free Speech Red #C60E00
Tints of Free Speech Red #C60E00
RGB
CMYK
RGB Variations
Color information
#C60E00 (or 0xC60E00) is known color: Free Speech Red. HEX triplet: C6, 0E and 00. RGB value is (198,14,0). Sum of RGB (Red+Green+Blue) = 198+14+0=212 (28% of max value = 765). Red value is 198 (77.73% from 255 or 93.40% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60E00 is #39F1FF. Grayscale: #434343. Windows color (decimal): -3797504 or 3782. OLE color: 3782.
HSL color Cylindrical-coordinate representation of color #C60E00: hue angle of 4.24º 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 #C60E00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.22 |
| HSL | 4.24º | 1% | 0.39% | - |
| HSV(B) | 4.24º | 1% | 0.78% | - |
| XYZ | 23.45 | 12.32 | 1.14 | - |
| YUV | 67.42 | 89.96 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 0 | 0 | 0.93 | 1 | 0.22 | 4.24 | 1 | 0.39 |
| Hex | C6 | E | 0 | 0 | 5D | 64 | 16 | 4 | 64 | 27 |
| Octal | 306 | 16 | 0 | 0 | 135 | 144 | 26 | 4 | 144 | 47 |
| Binary | 11000110 | 1110 | 0 | 0 | 1011101 | 1100100 | 10110 | 100 | 1100100 | 100111 |
Color Harmonies of #C60E00
Complementary color
Monochromatic Colors of #C60E00
Black with #C60E00
Text Example
Text Example
White with #C60E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60E00; }
p { color: rgb(198,14,0); }
H1.HeaderClassName
{
color: #C60E00;
}
.AnyTagClassName
{
color: #C60E00;
}
</style>
background-color css
<style>
a { background-color: #C60E00; }
a { background-color: rgb(198,14,0); }
div.DivClassName
{
background-color: #C60E00;
}
.BgClassName
{
background-color: #C60E00;
}
</style>
border-color css
<style>
span { border-color: #C60E00; }
span { border-color: rgb(198,14,0); }
td.TdClassName
{
border-color: #C60E00;
}
.TagClassName
{
border-color: #C60E00;
}
</style>