Shades of Free Speech Red #C9110E
Tints of Free Speech Red #C9110E
RGB
CMYK
RGB Variations
Color information
#C9110E (or 0xC9110E) is known color: Free Speech Red. HEX triplet: C9, 11 and 0E. RGB value is (201,17,14). Sum of RGB (Red+Green+Blue) = 201+17+14=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C9110E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9110E is #36EEF1. Grayscale: #474747. Windows color (decimal): -3600114 or 922057. OLE color: 922057.
HSL color Cylindrical-coordinate representation of color #C9110E: hue angle of 0.96º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9110E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 14 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.21 |
| HSL | 0.96º | 0.87% | 0.42% | - |
| HSV(B) | 0.96º | 0.93% | 0.79% | - |
| XYZ | 24.37 | 12.85 | 1.61 | - |
| YUV | 71.67 | 95.46 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 14 | 0 | 0.92 | 0.93 | 0.21 | 0.96 | 0.87 | 0.42 |
| Hex | C9 | 11 | E | 0 | 5C | 5D | 15 | 1 | 57 | 2A |
| Octal | 311 | 21 | 16 | 0 | 134 | 135 | 25 | 1 | 127 | 52 |
| Binary | 11001001 | 10001 | 1110 | 0 | 1011100 | 1011101 | 10101 | 1 | 1010111 | 101010 |
Color Harmonies of #C9110E
Complementary color
Monochromatic Colors of #C9110E
Black with #C9110E
Text Example
Text Example
White with #C9110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9110E; }
p { color: rgb(201,17,14); }
H1.HeaderClassName
{
color: #C9110E;
}
.AnyTagClassName
{
color: #C9110E;
}
</style>
background-color css
<style>
a { background-color: #C9110E; }
a { background-color: rgb(201,17,14); }
div.DivClassName
{
background-color: #C9110E;
}
.BgClassName
{
background-color: #C9110E;
}
</style>
border-color css
<style>
span { border-color: #C9110E; }
span { border-color: rgb(201,17,14); }
td.TdClassName
{
border-color: #C9110E;
}
.TagClassName
{
border-color: #C9110E;
}
</style>