Shades of Free Speech Red #C9140D
Tints of Free Speech Red #C9140D
RGB
CMYK
RGB Variations
Color information
#C9140D (or 0xC9140D) is known color: Free Speech Red. HEX triplet: C9, 14 and 0D. RGB value is (201,20,13). Sum of RGB (Red+Green+Blue) = 201+20+13=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C9140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9140D is #36EBF2. Grayscale: #494949. Windows color (decimal): -3599347 or 857289. OLE color: 857289.
HSL color Cylindrical-coordinate representation of color #C9140D: hue angle of 2.23º 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 #C9140D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.21 |
| HSL | 2.23º | 0.88% | 0.42% | - |
| HSV(B) | 2.23º | 0.94% | 0.79% | - |
| XYZ | 24.41 | 12.95 | 1.59 | - |
| YUV | 73.32 | 93.97 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 13 | 0 | 0.90 | 0.94 | 0.21 | 2.23 | 0.88 | 0.42 |
| Hex | C9 | 14 | D | 0 | 5A | 5E | 15 | 2 | 58 | 2A |
| Octal | 311 | 24 | 15 | 0 | 132 | 136 | 25 | 2 | 130 | 52 |
| Binary | 11001001 | 10100 | 1101 | 0 | 1011010 | 1011110 | 10101 | 10 | 1011000 | 101010 |
Color Harmonies of #C9140D
Complementary color
Monochromatic Colors of #C9140D
Black with #C9140D
Text Example
Text Example
White with #C9140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9140D; }
p { color: rgb(201,20,13); }
H1.HeaderClassName
{
color: #C9140D;
}
.AnyTagClassName
{
color: #C9140D;
}
</style>
background-color css
<style>
a { background-color: #C9140D; }
a { background-color: rgb(201,20,13); }
div.DivClassName
{
background-color: #C9140D;
}
.BgClassName
{
background-color: #C9140D;
}
</style>
border-color css
<style>
span { border-color: #C9140D; }
span { border-color: rgb(201,20,13); }
td.TdClassName
{
border-color: #C9140D;
}
.TagClassName
{
border-color: #C9140D;
}
</style>