Shades of Free Speech Red #C9110A
Tints of Free Speech Red #C9110A
RGB
CMYK
RGB Variations
Color information
#C9110A (or 0xC9110A) is known color: Free Speech Red. HEX triplet: C9, 11 and 0A. RGB value is (201,17,10). Sum of RGB (Red+Green+Blue) = 201+17+10=228 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.16% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 201 - color contains mainly: red. Hex color #C9110A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9110A is #36EEF5. Grayscale: #474747. Windows color (decimal): -3600118 or 659913. OLE color: 659913.
HSL color Cylindrical-coordinate representation of color #C9110A: hue angle of 2.2º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9110A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.21 |
| HSL | 2.2º | 0.91% | 0.41% | - |
| HSV(B) | 2.2º | 0.95% | 0.79% | - |
| XYZ | 24.34 | 12.84 | 1.48 | - |
| YUV | 71.22 | 93.46 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 10 | 0 | 0.92 | 0.95 | 0.21 | 2.2 | 0.91 | 0.41 |
| Hex | C9 | 11 | A | 0 | 5C | 5F | 15 | 2 | 5B | 29 |
| Octal | 311 | 21 | 12 | 0 | 134 | 137 | 25 | 2 | 133 | 51 |
| Binary | 11001001 | 10001 | 1010 | 0 | 1011100 | 1011111 | 10101 | 10 | 1011011 | 101001 |
Color Harmonies of #C9110A
Complementary color
Monochromatic Colors of #C9110A
Black with #C9110A
Text Example
Text Example
White with #C9110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9110A; }
p { color: rgb(201,17,10); }
H1.HeaderClassName
{
color: #C9110A;
}
.AnyTagClassName
{
color: #C9110A;
}
</style>
background-color css
<style>
a { background-color: #C9110A; }
a { background-color: rgb(201,17,10); }
div.DivClassName
{
background-color: #C9110A;
}
.BgClassName
{
background-color: #C9110A;
}
</style>
border-color css
<style>
span { border-color: #C9110A; }
span { border-color: rgb(201,17,10); }
td.TdClassName
{
border-color: #C9110A;
}
.TagClassName
{
border-color: #C9110A;
}
</style>