Shades of Free Speech Red #C6160D
Tints of Free Speech Red #C6160D
RGB
CMYK
RGB Variations
Color information
#C6160D (or 0xC6160D) is known color: Free Speech Red. HEX triplet: C6, 16 and 0D. RGB value is (198,22,13). Sum of RGB (Red+Green+Blue) = 198+22+13=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C6160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6160D is #39E9F2. Grayscale: #494949. Windows color (decimal): -3795443 or 857798. OLE color: 857798.
HSL color Cylindrical-coordinate representation of color #C6160D: hue angle of 2.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6160D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.22 |
| HSL | 2.92º | 0.88% | 0.41% | - |
| HSV(B) | 2.92º | 0.93% | 0.78% | - |
| XYZ | 23.65 | 12.61 | 1.57 | - |
| YUV | 73.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 13 | 0 | 0.89 | 0.93 | 0.22 | 2.92 | 0.88 | 0.41 |
| Hex | C6 | 16 | D | 0 | 59 | 5D | 16 | 3 | 58 | 29 |
| Octal | 306 | 26 | 15 | 0 | 131 | 135 | 26 | 3 | 130 | 51 |
| Binary | 11000110 | 10110 | 1101 | 0 | 1011001 | 1011101 | 10110 | 11 | 1011000 | 101001 |
Color Harmonies of #C6160D
Complementary color
Monochromatic Colors of #C6160D
Black with #C6160D
Text Example
Text Example
White with #C6160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6160D; }
p { color: rgb(198,22,13); }
H1.HeaderClassName
{
color: #C6160D;
}
.AnyTagClassName
{
color: #C6160D;
}
</style>
background-color css
<style>
a { background-color: #C6160D; }
a { background-color: rgb(198,22,13); }
div.DivClassName
{
background-color: #C6160D;
}
.BgClassName
{
background-color: #C6160D;
}
</style>
border-color css
<style>
span { border-color: #C6160D; }
span { border-color: rgb(198,22,13); }
td.TdClassName
{
border-color: #C6160D;
}
.TagClassName
{
border-color: #C6160D;
}
</style>