Shades of Free Speech Red #C0110F
Tints of Free Speech Red #C0110F
RGB
CMYK
RGB Variations
Color information
#C0110F (or 0xC0110F) is known color: Free Speech Red. HEX triplet: C0, 11 and 0F. RGB value is (192,17,15). Sum of RGB (Red+Green+Blue) = 192+17+15=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C0110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0110F is #3FEEF0. Grayscale: #454545. Windows color (decimal): -4189937 or 987584. OLE color: 987584.
HSL color Cylindrical-coordinate representation of color #C0110F: hue angle of 0.68º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0110F is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 15 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.25 |
| HSL | 0.68º | 0.86% | 0.41% | - |
| HSV(B) | 0.68º | 0.92% | 0.75% | - |
| XYZ | 22.02 | 11.64 | 1.54 | - |
| YUV | 69.1 | 97.48 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 15 | 0 | 0.91 | 0.92 | 0.25 | 0.68 | 0.86 | 0.41 |
| Hex | C0 | 11 | F | 0 | 5B | 5C | 19 | 1 | 56 | 29 |
| Octal | 300 | 21 | 17 | 0 | 133 | 134 | 31 | 1 | 126 | 51 |
| Binary | 11000000 | 10001 | 1111 | 0 | 1011011 | 1011100 | 11001 | 1 | 1010110 | 101001 |
Color Harmonies of #C0110F
Complementary color
Monochromatic Colors of #C0110F
Black with #C0110F
Text Example
Text Example
White with #C0110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0110F; }
p { color: rgb(192,17,15); }
H1.HeaderClassName
{
color: #C0110F;
}
.AnyTagClassName
{
color: #C0110F;
}
</style>
background-color css
<style>
a { background-color: #C0110F; }
a { background-color: rgb(192,17,15); }
div.DivClassName
{
background-color: #C0110F;
}
.BgClassName
{
background-color: #C0110F;
}
</style>
border-color css
<style>
span { border-color: #C0110F; }
span { border-color: rgb(192,17,15); }
td.TdClassName
{
border-color: #C0110F;
}
.TagClassName
{
border-color: #C0110F;
}
</style>