Shades of Free Speech Red #C0140E
Tints of Free Speech Red #C0140E
RGB
CMYK
RGB Variations
Color information
#C0140E (or 0xC0140E) is known color: Free Speech Red. HEX triplet: C0, 14 and 0E. RGB value is (192,20,14). Sum of RGB (Red+Green+Blue) = 192+20+14=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C0140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0140E is #3FEBF1. Grayscale: #464646. Windows color (decimal): -4189170 or 922816. OLE color: 922816.
HSL color Cylindrical-coordinate representation of color #C0140E: hue angle of 2.02º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0140E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 14 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.25 |
| HSL | 2.02º | 0.86% | 0.4% | - |
| HSV(B) | 2.02º | 0.93% | 0.75% | - |
| XYZ | 22.07 | 11.74 | 1.52 | - |
| YUV | 70.74 | 95.98 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 14 | 0 | 0.90 | 0.93 | 0.25 | 2.02 | 0.86 | 0.4 |
| Hex | C0 | 14 | E | 0 | 5A | 5D | 19 | 2 | 56 | 28 |
| Octal | 300 | 24 | 16 | 0 | 132 | 135 | 31 | 2 | 126 | 50 |
| Binary | 11000000 | 10100 | 1110 | 0 | 1011010 | 1011101 | 11001 | 10 | 1010110 | 101000 |
Color Harmonies of #C0140E
Complementary color
Monochromatic Colors of #C0140E
Black with #C0140E
Text Example
Text Example
White with #C0140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0140E; }
p { color: rgb(192,20,14); }
H1.HeaderClassName
{
color: #C0140E;
}
.AnyTagClassName
{
color: #C0140E;
}
</style>
background-color css
<style>
a { background-color: #C0140E; }
a { background-color: rgb(192,20,14); }
div.DivClassName
{
background-color: #C0140E;
}
.BgClassName
{
background-color: #C0140E;
}
</style>
border-color css
<style>
span { border-color: #C0140E; }
span { border-color: rgb(192,20,14); }
td.TdClassName
{
border-color: #C0140E;
}
.TagClassName
{
border-color: #C0140E;
}
</style>