Shades of Free Speech Red #C0120A
Tints of Free Speech Red #C0120A
RGB
CMYK
RGB Variations
Color information
#C0120A (or 0xC0120A) is known color: Free Speech Red. HEX triplet: C0, 12 and 0A. RGB value is (192,18,10). Sum of RGB (Red+Green+Blue) = 192+18+10=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C0120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0120A is #3FEDF5. Grayscale: #454545. Windows color (decimal): -4189686 or 660160. OLE color: 660160.
HSL color Cylindrical-coordinate representation of color #C0120A: hue angle of 2.64º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0120A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.25 |
| HSL | 2.64º | 0.9% | 0.4% | - |
| HSV(B) | 2.64º | 0.95% | 0.75% | - |
| XYZ | 22.01 | 11.66 | 1.38 | - |
| YUV | 69.11 | 94.65 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 10 | 0 | 0.91 | 0.95 | 0.25 | 2.64 | 0.9 | 0.4 |
| Hex | C0 | 12 | A | 0 | 5B | 5F | 19 | 3 | 5A | 28 |
| Octal | 300 | 22 | 12 | 0 | 133 | 137 | 31 | 3 | 132 | 50 |
| Binary | 11000000 | 10010 | 1010 | 0 | 1011011 | 1011111 | 11001 | 11 | 1011010 | 101000 |
Color Harmonies of #C0120A
Complementary color
Monochromatic Colors of #C0120A
Black with #C0120A
Text Example
Text Example
White with #C0120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0120A; }
p { color: rgb(192,18,10); }
H1.HeaderClassName
{
color: #C0120A;
}
.AnyTagClassName
{
color: #C0120A;
}
</style>
background-color css
<style>
a { background-color: #C0120A; }
a { background-color: rgb(192,18,10); }
div.DivClassName
{
background-color: #C0120A;
}
.BgClassName
{
background-color: #C0120A;
}
</style>
border-color css
<style>
span { border-color: #C0120A; }
span { border-color: rgb(192,18,10); }
td.TdClassName
{
border-color: #C0120A;
}
.TagClassName
{
border-color: #C0120A;
}
</style>