Shades of Free Speech Red #C2160C
Tints of Free Speech Red #C2160C
RGB
CMYK
RGB Variations
Color information
#C2160C (or 0xC2160C) is known color: Free Speech Red. HEX triplet: C2, 16 and 0C. RGB value is (194,22,12). Sum of RGB (Red+Green+Blue) = 194+22+12=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C2160C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2160C is #3DE9F3. Grayscale: #484848. Windows color (decimal): -4057588 or 792258. OLE color: 792258.
HSL color Cylindrical-coordinate representation of color #C2160C: hue angle of 3.3º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2160C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.24 |
| HSL | 3.3º | 0.88% | 0.4% | - |
| HSV(B) | 3.3º | 0.94% | 0.76% | - |
| XYZ | 22.6 | 12.07 | 1.49 | - |
| YUV | 72.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 12 | 0 | 0.89 | 0.94 | 0.24 | 3.3 | 0.88 | 0.4 |
| Hex | C2 | 16 | C | 0 | 59 | 5E | 18 | 3 | 58 | 28 |
| Octal | 302 | 26 | 14 | 0 | 131 | 136 | 30 | 3 | 130 | 50 |
| Binary | 11000010 | 10110 | 1100 | 0 | 1011001 | 1011110 | 11000 | 11 | 1011000 | 101000 |
Color Harmonies of #C2160C
Complementary color
Monochromatic Colors of #C2160C
Black with #C2160C
Text Example
Text Example
White with #C2160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2160C; }
p { color: rgb(194,22,12); }
H1.HeaderClassName
{
color: #C2160C;
}
.AnyTagClassName
{
color: #C2160C;
}
</style>
background-color css
<style>
a { background-color: #C2160C; }
a { background-color: rgb(194,22,12); }
div.DivClassName
{
background-color: #C2160C;
}
.BgClassName
{
background-color: #C2160C;
}
</style>
border-color css
<style>
span { border-color: #C2160C; }
span { border-color: rgb(194,22,12); }
td.TdClassName
{
border-color: #C2160C;
}
.TagClassName
{
border-color: #C2160C;
}
</style>