Shades of Free Speech Red #C9140C
Tints of Free Speech Red #C9140C
RGB
CMYK
RGB Variations
Color information
#C9140C (or 0xC9140C) is known color: Free Speech Red. HEX triplet: C9, 14 and 0C. RGB value is (201,20,12). Sum of RGB (Red+Green+Blue) = 201+20+12=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C9140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9140C is #36EBF3. Grayscale: #494949. Windows color (decimal): -3599348 or 791753. OLE color: 791753.
HSL color Cylindrical-coordinate representation of color #C9140C: hue angle of 2.54º 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 #C9140C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.21 |
| HSL | 2.54º | 0.89% | 0.42% | - |
| HSV(B) | 2.54º | 0.94% | 0.79% | - |
| XYZ | 24.4 | 12.94 | 1.56 | - |
| YUV | 73.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 12 | 0 | 0.90 | 0.94 | 0.21 | 2.54 | 0.89 | 0.42 |
| Hex | C9 | 14 | C | 0 | 5A | 5E | 15 | 3 | 59 | 2A |
| Octal | 311 | 24 | 14 | 0 | 132 | 136 | 25 | 3 | 131 | 52 |
| Binary | 11001001 | 10100 | 1100 | 0 | 1011010 | 1011110 | 10101 | 11 | 1011001 | 101010 |
Color Harmonies of #C9140C
Complementary color
Monochromatic Colors of #C9140C
Black with #C9140C
Text Example
Text Example
White with #C9140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9140C; }
p { color: rgb(201,20,12); }
H1.HeaderClassName
{
color: #C9140C;
}
.AnyTagClassName
{
color: #C9140C;
}
</style>
background-color css
<style>
a { background-color: #C9140C; }
a { background-color: rgb(201,20,12); }
div.DivClassName
{
background-color: #C9140C;
}
.BgClassName
{
background-color: #C9140C;
}
</style>
border-color css
<style>
span { border-color: #C9140C; }
span { border-color: rgb(201,20,12); }
td.TdClassName
{
border-color: #C9140C;
}
.TagClassName
{
border-color: #C9140C;
}
</style>