Shades of Free Speech Red #C2160E
Tints of Free Speech Red #C2160E
RGB
CMYK
RGB Variations
Color information
#C2160E (or 0xC2160E) is known color: Free Speech Red. HEX triplet: C2, 16 and 0E. RGB value is (194,22,14). Sum of RGB (Red+Green+Blue) = 194+22+14=230 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.35% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 194 - color contains mainly: red. Hex color #C2160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2160E is #3DE9F1. Grayscale: #484848. Windows color (decimal): -4057586 or 923330. OLE color: 923330.
HSL color Cylindrical-coordinate representation of color #C2160E: hue angle of 2.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2160E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 14 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.24 |
| HSL | 2.67º | 0.87% | 0.41% | - |
| HSV(B) | 2.67º | 0.93% | 0.76% | - |
| XYZ | 22.61 | 12.07 | 1.55 | - |
| YUV | 72.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 14 | 0 | 0.89 | 0.93 | 0.24 | 2.67 | 0.87 | 0.41 |
| Hex | C2 | 16 | E | 0 | 59 | 5D | 18 | 3 | 57 | 29 |
| Octal | 302 | 26 | 16 | 0 | 131 | 135 | 30 | 3 | 127 | 51 |
| Binary | 11000010 | 10110 | 1110 | 0 | 1011001 | 1011101 | 11000 | 11 | 1010111 | 101001 |
Color Harmonies of #C2160E
Complementary color
Monochromatic Colors of #C2160E
Black with #C2160E
Text Example
Text Example
White with #C2160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2160E; }
p { color: rgb(194,22,14); }
H1.HeaderClassName
{
color: #C2160E;
}
.AnyTagClassName
{
color: #C2160E;
}
</style>
background-color css
<style>
a { background-color: #C2160E; }
a { background-color: rgb(194,22,14); }
div.DivClassName
{
background-color: #C2160E;
}
.BgClassName
{
background-color: #C2160E;
}
</style>
border-color css
<style>
span { border-color: #C2160E; }
span { border-color: rgb(194,22,14); }
td.TdClassName
{
border-color: #C2160E;
}
.TagClassName
{
border-color: #C2160E;
}
</style>