Shades of Free Speech Red #C60E09
Tints of Free Speech Red #C60E09
RGB
CMYK
RGB Variations
Color information
#C60E09 (or 0xC60E09) is known color: Free Speech Red. HEX triplet: C6, 0E and 09. RGB value is (198,14,9). Sum of RGB (Red+Green+Blue) = 198+14+9=221 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.59% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60E09 is #39F1F6. Grayscale: #444444. Windows color (decimal): -3797495 or 593606. OLE color: 593606.
HSL color Cylindrical-coordinate representation of color #C60E09: hue angle of 1.59º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60E09 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 9 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.22 |
| HSL | 1.59º | 0.91% | 0.41% | - |
| HSV(B) | 1.59º | 0.95% | 0.78% | - |
| XYZ | 23.5 | 12.34 | 1.4 | - |
| YUV | 68.45 | 94.46 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 9 | 0 | 0.93 | 0.95 | 0.22 | 1.59 | 0.91 | 0.41 |
| Hex | C6 | E | 9 | 0 | 5D | 5F | 16 | 2 | 5B | 29 |
| Octal | 306 | 16 | 11 | 0 | 135 | 137 | 26 | 2 | 133 | 51 |
| Binary | 11000110 | 1110 | 1001 | 0 | 1011101 | 1011111 | 10110 | 10 | 1011011 | 101001 |
Color Harmonies of #C60E09
Complementary color
Monochromatic Colors of #C60E09
Black with #C60E09
Text Example
Text Example
White with #C60E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60E09; }
p { color: rgb(198,14,9); }
H1.HeaderClassName
{
color: #C60E09;
}
.AnyTagClassName
{
color: #C60E09;
}
</style>
background-color css
<style>
a { background-color: #C60E09; }
a { background-color: rgb(198,14,9); }
div.DivClassName
{
background-color: #C60E09;
}
.BgClassName
{
background-color: #C60E09;
}
</style>
border-color css
<style>
span { border-color: #C60E09; }
span { border-color: rgb(198,14,9); }
td.TdClassName
{
border-color: #C60E09;
}
.TagClassName
{
border-color: #C60E09;
}
</style>