Shades of Free Speech Red #C9120C
Tints of Free Speech Red #C9120C
RGB
CMYK
RGB Variations
Color information
#C9120C (or 0xC9120C) is known color: Free Speech Red. HEX triplet: C9, 12 and 0C. RGB value is (201,18,12). Sum of RGB (Red+Green+Blue) = 201+18+12=231 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.01% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 201 - color contains mainly: red. Hex color #C9120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9120C is #36EDF3. Grayscale: #484848. Windows color (decimal): -3599860 or 791241. OLE color: 791241.
HSL color Cylindrical-coordinate representation of color #C9120C: hue angle of 1.9º degrees, saturation: 0.89, 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 #C9120C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.21 |
| HSL | 1.9º | 0.89% | 0.42% | - |
| HSV(B) | 1.9º | 0.94% | 0.79% | - |
| XYZ | 24.37 | 12.88 | 1.55 | - |
| YUV | 72.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 12 | 0 | 0.91 | 0.94 | 0.21 | 1.9 | 0.89 | 0.42 |
| Hex | C9 | 12 | C | 0 | 5B | 5E | 15 | 2 | 59 | 2A |
| Octal | 311 | 22 | 14 | 0 | 133 | 136 | 25 | 2 | 131 | 52 |
| Binary | 11001001 | 10010 | 1100 | 0 | 1011011 | 1011110 | 10101 | 10 | 1011001 | 101010 |
Color Harmonies of #C9120C
Complementary color
Monochromatic Colors of #C9120C
Black with #C9120C
Text Example
Text Example
White with #C9120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9120C; }
p { color: rgb(201,18,12); }
H1.HeaderClassName
{
color: #C9120C;
}
.AnyTagClassName
{
color: #C9120C;
}
</style>
background-color css
<style>
a { background-color: #C9120C; }
a { background-color: rgb(201,18,12); }
div.DivClassName
{
background-color: #C9120C;
}
.BgClassName
{
background-color: #C9120C;
}
</style>
border-color css
<style>
span { border-color: #C9120C; }
span { border-color: rgb(201,18,12); }
td.TdClassName
{
border-color: #C9120C;
}
.TagClassName
{
border-color: #C9120C;
}
</style>