Shades of Free Speech Red #C60F09
Tints of Free Speech Red #C60F09
RGB
CMYK
RGB Variations
Color information
#C60F09 (or 0xC60F09) is known color: Free Speech Red. HEX triplet: C6, 0F and 09. RGB value is (198,15,9). Sum of RGB (Red+Green+Blue) = 198+15+9=222 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.19% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60F09 is #39F0F6. Grayscale: #454545. Windows color (decimal): -3797239 or 593862. OLE color: 593862.
HSL color Cylindrical-coordinate representation of color #C60F09: hue angle of 1.9º 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 #C60F09 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 9 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.22 |
| HSL | 1.9º | 0.91% | 0.41% | - |
| HSV(B) | 1.9º | 0.95% | 0.78% | - |
| XYZ | 23.51 | 12.37 | 1.41 | - |
| YUV | 69.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 9 | 0 | 0.92 | 0.95 | 0.22 | 1.9 | 0.91 | 0.41 |
| Hex | C6 | F | 9 | 0 | 5C | 5F | 16 | 2 | 5B | 29 |
| Octal | 306 | 17 | 11 | 0 | 134 | 137 | 26 | 2 | 133 | 51 |
| Binary | 11000110 | 1111 | 1001 | 0 | 1011100 | 1011111 | 10110 | 10 | 1011011 | 101001 |
Color Harmonies of #C60F09
Complementary color
Monochromatic Colors of #C60F09
Black with #C60F09
Text Example
Text Example
White with #C60F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F09; }
p { color: rgb(198,15,9); }
H1.HeaderClassName
{
color: #C60F09;
}
.AnyTagClassName
{
color: #C60F09;
}
</style>
background-color css
<style>
a { background-color: #C60F09; }
a { background-color: rgb(198,15,9); }
div.DivClassName
{
background-color: #C60F09;
}
.BgClassName
{
background-color: #C60F09;
}
</style>
border-color css
<style>
span { border-color: #C60F09; }
span { border-color: rgb(198,15,9); }
td.TdClassName
{
border-color: #C60F09;
}
.TagClassName
{
border-color: #C60F09;
}
</style>