Shades of Free Speech Red #C9110F
Tints of Free Speech Red #C9110F
RGB
CMYK
RGB Variations
Color information
#C9110F (or 0xC9110F) is known color: Free Speech Red. HEX triplet: C9, 11 and 0F. RGB value is (201,17,15). Sum of RGB (Red+Green+Blue) = 201+17+15=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C9110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9110F is #36EEF0. Grayscale: #474747. Windows color (decimal): -3600113 or 987593. OLE color: 987593.
HSL color Cylindrical-coordinate representation of color #C9110F: hue angle of 0.65º degrees, saturation: 0.86, 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 #C9110F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 15 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.21 |
| HSL | 0.65º | 0.86% | 0.42% | - |
| HSV(B) | 0.65º | 0.93% | 0.79% | - |
| XYZ | 24.37 | 12.85 | 1.65 | - |
| YUV | 71.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 15 | 0 | 0.92 | 0.93 | 0.21 | 0.65 | 0.86 | 0.42 |
| Hex | C9 | 11 | F | 0 | 5C | 5D | 15 | 1 | 56 | 2A |
| Octal | 311 | 21 | 17 | 0 | 134 | 135 | 25 | 1 | 126 | 52 |
| Binary | 11001001 | 10001 | 1111 | 0 | 1011100 | 1011101 | 10101 | 1 | 1010110 | 101010 |
Color Harmonies of #C9110F
Complementary color
Monochromatic Colors of #C9110F
Black with #C9110F
Text Example
Text Example
White with #C9110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9110F; }
p { color: rgb(201,17,15); }
H1.HeaderClassName
{
color: #C9110F;
}
.AnyTagClassName
{
color: #C9110F;
}
</style>
background-color css
<style>
a { background-color: #C9110F; }
a { background-color: rgb(201,17,15); }
div.DivClassName
{
background-color: #C9110F;
}
.BgClassName
{
background-color: #C9110F;
}
</style>
border-color css
<style>
span { border-color: #C9110F; }
span { border-color: rgb(201,17,15); }
td.TdClassName
{
border-color: #C9110F;
}
.TagClassName
{
border-color: #C9110F;
}
</style>