Shades of Free Speech Red #C8110E
Tints of Free Speech Red #C8110E
RGB
CMYK
RGB Variations
Color information
#C8110E (or 0xC8110E) is known color: Free Speech Red. HEX triplet: C8, 11 and 0E. RGB value is (200,17,14). Sum of RGB (Red+Green+Blue) = 200+17+14=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C8110E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8110E is #37EEF1. Grayscale: #474747. Windows color (decimal): -3665650 or 922056. OLE color: 922056.
HSL color Cylindrical-coordinate representation of color #C8110E: hue angle of 0.97º 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 #C8110E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 14 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.22 |
| HSL | 0.97º | 0.87% | 0.42% | - |
| HSV(B) | 0.97º | 0.93% | 0.78% | - |
| XYZ | 24.1 | 12.71 | 1.6 | - |
| YUV | 71.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 14 | 0 | 0.92 | 0.93 | 0.22 | 0.97 | 0.87 | 0.42 |
| Hex | C8 | 11 | E | 0 | 5C | 5D | 16 | 1 | 57 | 2A |
| Octal | 310 | 21 | 16 | 0 | 134 | 135 | 26 | 1 | 127 | 52 |
| Binary | 11001000 | 10001 | 1110 | 0 | 1011100 | 1011101 | 10110 | 1 | 1010111 | 101010 |
Color Harmonies of #C8110E
Complementary color
Monochromatic Colors of #C8110E
Black with #C8110E
Text Example
Text Example
White with #C8110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8110E; }
p { color: rgb(200,17,14); }
H1.HeaderClassName
{
color: #C8110E;
}
.AnyTagClassName
{
color: #C8110E;
}
</style>
background-color css
<style>
a { background-color: #C8110E; }
a { background-color: rgb(200,17,14); }
div.DivClassName
{
background-color: #C8110E;
}
.BgClassName
{
background-color: #C8110E;
}
</style>
border-color css
<style>
span { border-color: #C8110E; }
span { border-color: rgb(200,17,14); }
td.TdClassName
{
border-color: #C8110E;
}
.TagClassName
{
border-color: #C8110E;
}
</style>