Shades of Free Speech Red #C0120E
Tints of Free Speech Red #C0120E
RGB
CMYK
RGB Variations
Color information
#C0120E (or 0xC0120E) is known color: Free Speech Red. HEX triplet: C0, 12 and 0E. RGB value is (192,18,14). Sum of RGB (Red+Green+Blue) = 192+18+14=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C0120E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0120E is #3FEDF1. Grayscale: #454545. Windows color (decimal): -4189682 or 922304. OLE color: 922304.
HSL color Cylindrical-coordinate representation of color #C0120E: hue angle of 1.35º 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 #C0120E is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 14 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.25 |
| HSL | 1.35º | 0.86% | 0.4% | - |
| HSV(B) | 1.35º | 0.93% | 0.75% | - |
| XYZ | 22.03 | 11.67 | 1.51 | - |
| YUV | 69.57 | 96.65 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 14 | 0 | 0.91 | 0.93 | 0.25 | 1.35 | 0.86 | 0.4 |
| Hex | C0 | 12 | E | 0 | 5B | 5D | 19 | 1 | 56 | 28 |
| Octal | 300 | 22 | 16 | 0 | 133 | 135 | 31 | 1 | 126 | 50 |
| Binary | 11000000 | 10010 | 1110 | 0 | 1011011 | 1011101 | 11001 | 1 | 1010110 | 101000 |
Color Harmonies of #C0120E
Complementary color
Monochromatic Colors of #C0120E
Black with #C0120E
Text Example
Text Example
White with #C0120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0120E; }
p { color: rgb(192,18,14); }
H1.HeaderClassName
{
color: #C0120E;
}
.AnyTagClassName
{
color: #C0120E;
}
</style>
background-color css
<style>
a { background-color: #C0120E; }
a { background-color: rgb(192,18,14); }
div.DivClassName
{
background-color: #C0120E;
}
.BgClassName
{
background-color: #C0120E;
}
</style>
border-color css
<style>
span { border-color: #C0120E; }
span { border-color: rgb(192,18,14); }
td.TdClassName
{
border-color: #C0120E;
}
.TagClassName
{
border-color: #C0120E;
}
</style>