Shades of Free Speech Red #C60E05
Tints of Free Speech Red #C60E05
RGB
CMYK
RGB Variations
Color information
#C60E05 (or 0xC60E05) is known color: Free Speech Red. HEX triplet: C6, 0E and 05. RGB value is (198,14,5). Sum of RGB (Red+Green+Blue) = 198+14+5=217 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.24% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60E05 is #39F1FA. Grayscale: #444444. Windows color (decimal): -3797499 or 331462. OLE color: 331462.
HSL color Cylindrical-coordinate representation of color #C60E05: hue angle of 2.8º 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 #C60E05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 5 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.22 |
| HSL | 2.8º | 0.95% | 0.4% | - |
| HSV(B) | 2.8º | 0.97% | 0.78% | - |
| XYZ | 23.47 | 12.33 | 1.29 | - |
| YUV | 67.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 5 | 0 | 0.93 | 0.97 | 0.22 | 2.8 | 0.95 | 0.4 |
| Hex | C6 | E | 5 | 0 | 5D | 61 | 16 | 3 | 5F | 28 |
| Octal | 306 | 16 | 5 | 0 | 135 | 141 | 26 | 3 | 137 | 50 |
| Binary | 11000110 | 1110 | 101 | 0 | 1011101 | 1100001 | 10110 | 11 | 1011111 | 101000 |
Color Harmonies of #C60E05
Complementary color
Monochromatic Colors of #C60E05
Black with #C60E05
Text Example
Text Example
White with #C60E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60E05; }
p { color: rgb(198,14,5); }
H1.HeaderClassName
{
color: #C60E05;
}
.AnyTagClassName
{
color: #C60E05;
}
</style>
background-color css
<style>
a { background-color: #C60E05; }
a { background-color: rgb(198,14,5); }
div.DivClassName
{
background-color: #C60E05;
}
.BgClassName
{
background-color: #C60E05;
}
</style>
border-color css
<style>
span { border-color: #C60E05; }
span { border-color: rgb(198,14,5); }
td.TdClassName
{
border-color: #C60E05;
}
.TagClassName
{
border-color: #C60E05;
}
</style>