Shades of Free Speech Red #C2160D
Tints of Free Speech Red #C2160D
RGB
CMYK
RGB Variations
Color information
#C2160D (or 0xC2160D) is known color: Free Speech Red. HEX triplet: C2, 16 and 0D. RGB value is (194,22,13). Sum of RGB (Red+Green+Blue) = 194+22+13=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C2160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2160D is #3DE9F2. Grayscale: #484848. Windows color (decimal): -4057587 or 857794. OLE color: 857794.
HSL color Cylindrical-coordinate representation of color #C2160D: hue angle of 2.98º 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 #C2160D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.24 |
| HSL | 2.98º | 0.87% | 0.41% | - |
| HSV(B) | 2.98º | 0.93% | 0.76% | - |
| XYZ | 22.61 | 12.07 | 1.52 | - |
| YUV | 72.4 | 94.48 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 13 | 0 | 0.89 | 0.93 | 0.24 | 2.98 | 0.87 | 0.41 |
| Hex | C2 | 16 | D | 0 | 59 | 5D | 18 | 3 | 57 | 29 |
| Octal | 302 | 26 | 15 | 0 | 131 | 135 | 30 | 3 | 127 | 51 |
| Binary | 11000010 | 10110 | 1101 | 0 | 1011001 | 1011101 | 11000 | 11 | 1010111 | 101001 |
Color Harmonies of #C2160D
Complementary color
Monochromatic Colors of #C2160D
Black with #C2160D
Text Example
Text Example
White with #C2160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2160D; }
p { color: rgb(194,22,13); }
H1.HeaderClassName
{
color: #C2160D;
}
.AnyTagClassName
{
color: #C2160D;
}
</style>
background-color css
<style>
a { background-color: #C2160D; }
a { background-color: rgb(194,22,13); }
div.DivClassName
{
background-color: #C2160D;
}
.BgClassName
{
background-color: #C2160D;
}
</style>
border-color css
<style>
span { border-color: #C2160D; }
span { border-color: rgb(194,22,13); }
td.TdClassName
{
border-color: #C2160D;
}
.TagClassName
{
border-color: #C2160D;
}
</style>