Shades of Free Speech Red #C60F0A
Tints of Free Speech Red #C60F0A
RGB
CMYK
RGB Variations
Color information
#C60F0A (or 0xC60F0A) is known color: Free Speech Red. HEX triplet: C6, 0F and 0A. RGB value is (198,15,10). Sum of RGB (Red+Green+Blue) = 198+15+10=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60F0A is #39F0F5. Grayscale: #454545. Windows color (decimal): -3797238 or 659398. OLE color: 659398.
HSL color Cylindrical-coordinate representation of color #C60F0A: hue angle of 1.6º degrees, saturation: 0.9, 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 #C60F0A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.22 |
| HSL | 1.6º | 0.9% | 0.41% | - |
| HSV(B) | 1.6º | 0.95% | 0.78% | - |
| XYZ | 23.51 | 12.37 | 1.44 | - |
| YUV | 69.15 | 94.63 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 10 | 0 | 0.92 | 0.95 | 0.22 | 1.6 | 0.9 | 0.41 |
| Hex | C6 | F | A | 0 | 5C | 5F | 16 | 2 | 5A | 29 |
| Octal | 306 | 17 | 12 | 0 | 134 | 137 | 26 | 2 | 132 | 51 |
| Binary | 11000110 | 1111 | 1010 | 0 | 1011100 | 1011111 | 10110 | 10 | 1011010 | 101001 |
Color Harmonies of #C60F0A
Complementary color
Monochromatic Colors of #C60F0A
Black with #C60F0A
Text Example
Text Example
White with #C60F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F0A; }
p { color: rgb(198,15,10); }
H1.HeaderClassName
{
color: #C60F0A;
}
.AnyTagClassName
{
color: #C60F0A;
}
</style>
background-color css
<style>
a { background-color: #C60F0A; }
a { background-color: rgb(198,15,10); }
div.DivClassName
{
background-color: #C60F0A;
}
.BgClassName
{
background-color: #C60F0A;
}
</style>
border-color css
<style>
span { border-color: #C60F0A; }
span { border-color: rgb(198,15,10); }
td.TdClassName
{
border-color: #C60F0A;
}
.TagClassName
{
border-color: #C60F0A;
}
</style>