Shades of Free Speech Red #C9160D
Tints of Free Speech Red #C9160D
RGB
CMYK
RGB Variations
Color information
#C9160D (or 0xC9160D) is known color: Free Speech Red. HEX triplet: C9, 16 and 0D. RGB value is (201,22,13). Sum of RGB (Red+Green+Blue) = 201+22+13=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C9160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9160D is #36E9F2. Grayscale: #4A4A4A. Windows color (decimal): -3598835 or 857801. OLE color: 857801.
HSL color Cylindrical-coordinate representation of color #C9160D: hue angle of 2.87º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9160D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.21 |
| HSL | 2.87º | 0.88% | 0.42% | - |
| HSV(B) | 2.87º | 0.94% | 0.79% | - |
| XYZ | 24.45 | 13.02 | 1.61 | - |
| YUV | 74.5 | 93.3 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 13 | 0 | 0.89 | 0.94 | 0.21 | 2.87 | 0.88 | 0.42 |
| Hex | C9 | 16 | D | 0 | 59 | 5E | 15 | 3 | 58 | 2A |
| Octal | 311 | 26 | 15 | 0 | 131 | 136 | 25 | 3 | 130 | 52 |
| Binary | 11001001 | 10110 | 1101 | 0 | 1011001 | 1011110 | 10101 | 11 | 1011000 | 101010 |
Color Harmonies of #C9160D
Complementary color
Monochromatic Colors of #C9160D
Black with #C9160D
Text Example
Text Example
White with #C9160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9160D; }
p { color: rgb(201,22,13); }
H1.HeaderClassName
{
color: #C9160D;
}
.AnyTagClassName
{
color: #C9160D;
}
</style>
background-color css
<style>
a { background-color: #C9160D; }
a { background-color: rgb(201,22,13); }
div.DivClassName
{
background-color: #C9160D;
}
.BgClassName
{
background-color: #C9160D;
}
</style>
border-color css
<style>
span { border-color: #C9160D; }
span { border-color: rgb(201,22,13); }
td.TdClassName
{
border-color: #C9160D;
}
.TagClassName
{
border-color: #C9160D;
}
</style>