Shades of Free Speech Red #C6180E
Tints of Free Speech Red #C6180E
RGB
CMYK
RGB Variations
Color information
#C6180E (or 0xC6180E) is known color: Free Speech Red. HEX triplet: C6, 18 and 0E. RGB value is (198,24,14). Sum of RGB (Red+Green+Blue) = 198+24+14=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C6180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6180E is #39E7F1. Grayscale: #4B4B4B. Windows color (decimal): -3794930 or 923846. OLE color: 923846.
HSL color Cylindrical-coordinate representation of color #C6180E: hue angle of 3.26º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6180E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 14 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.22 |
| HSL | 3.26º | 0.87% | 0.42% | - |
| HSV(B) | 3.26º | 0.93% | 0.78% | - |
| XYZ | 23.69 | 12.69 | 1.62 | - |
| YUV | 74.89 | 93.65 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 14 | 0 | 0.88 | 0.93 | 0.22 | 3.26 | 0.87 | 0.42 |
| Hex | C6 | 18 | E | 0 | 58 | 5D | 16 | 3 | 57 | 2A |
| Octal | 306 | 30 | 16 | 0 | 130 | 135 | 26 | 3 | 127 | 52 |
| Binary | 11000110 | 11000 | 1110 | 0 | 1011000 | 1011101 | 10110 | 11 | 1010111 | 101010 |
Color Harmonies of #C6180E
Complementary color
Monochromatic Colors of #C6180E
Black with #C6180E
Text Example
Text Example
White with #C6180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6180E; }
p { color: rgb(198,24,14); }
H1.HeaderClassName
{
color: #C6180E;
}
.AnyTagClassName
{
color: #C6180E;
}
</style>
background-color css
<style>
a { background-color: #C6180E; }
a { background-color: rgb(198,24,14); }
div.DivClassName
{
background-color: #C6180E;
}
.BgClassName
{
background-color: #C6180E;
}
</style>
border-color css
<style>
span { border-color: #C6180E; }
span { border-color: rgb(198,24,14); }
td.TdClassName
{
border-color: #C6180E;
}
.TagClassName
{
border-color: #C6180E;
}
</style>