Shades of Free Speech Red #C60F06
Tints of Free Speech Red #C60F06
RGB
CMYK
RGB Variations
Color information
#C60F06 (or 0xC60F06) is known color: Free Speech Red. HEX triplet: C6, 0F and 06. RGB value is (198,15,6). Sum of RGB (Red+Green+Blue) = 198+15+6=219 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90.41% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60F06 is #39F0F9. Grayscale: #444444. Windows color (decimal): -3797242 or 397254. OLE color: 397254.
HSL color Cylindrical-coordinate representation of color #C60F06: hue angle of 2.81º degrees, saturation: 0.94, 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 #C60F06 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.22 |
| HSL | 2.81º | 0.94% | 0.4% | - |
| HSV(B) | 2.81º | 0.97% | 0.78% | - |
| XYZ | 23.49 | 12.36 | 1.32 | - |
| YUV | 68.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 6 | 0 | 0.92 | 0.97 | 0.22 | 2.81 | 0.94 | 0.4 |
| Hex | C6 | F | 6 | 0 | 5C | 61 | 16 | 3 | 5E | 28 |
| Octal | 306 | 17 | 6 | 0 | 134 | 141 | 26 | 3 | 136 | 50 |
| Binary | 11000110 | 1111 | 110 | 0 | 1011100 | 1100001 | 10110 | 11 | 1011110 | 101000 |
Color Harmonies of #C60F06
Complementary color
Monochromatic Colors of #C60F06
Black with #C60F06
Text Example
Text Example
White with #C60F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F06; }
p { color: rgb(198,15,6); }
H1.HeaderClassName
{
color: #C60F06;
}
.AnyTagClassName
{
color: #C60F06;
}
</style>
background-color css
<style>
a { background-color: #C60F06; }
a { background-color: rgb(198,15,6); }
div.DivClassName
{
background-color: #C60F06;
}
.BgClassName
{
background-color: #C60F06;
}
</style>
border-color css
<style>
span { border-color: #C60F06; }
span { border-color: rgb(198,15,6); }
td.TdClassName
{
border-color: #C60F06;
}
.TagClassName
{
border-color: #C60F06;
}
</style>