Shades of Free Speech Red #C8140B
Tints of Free Speech Red #C8140B
RGB
CMYK
RGB Variations
Color information
#C8140B (or 0xC8140B) is known color: Free Speech Red. HEX triplet: C8, 14 and 0B. RGB value is (200,20,11). Sum of RGB (Red+Green+Blue) = 200+20+11=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C8140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8140B is #37EBF4. Grayscale: #494949. Windows color (decimal): -3664885 or 726216. OLE color: 726216.
HSL color Cylindrical-coordinate representation of color #C8140B: hue angle of 2.86º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8140B is Cyan = 0, Magento = 0.9, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 11 | - |
| CMYK | 0 | 0.9 | 0.94 | 0.22 |
| HSL | 2.86º | 0.9% | 0.41% | - |
| HSV(B) | 2.86º | 0.95% | 0.78% | - |
| XYZ | 24.13 | 12.8 | 1.52 | - |
| YUV | 72.79 | 93.13 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 11 | 0 | 0.9 | 0.94 | 0.22 | 2.86 | 0.9 | 0.41 |
| Hex | C8 | 14 | B | 0 | 5A | 5E | 16 | 3 | 5A | 29 |
| Octal | 310 | 24 | 13 | 0 | 132 | 136 | 26 | 3 | 132 | 51 |
| Binary | 11001000 | 10100 | 1011 | 0 | 1011010 | 1011110 | 10110 | 11 | 1011010 | 101001 |
Color Harmonies of #C8140B
Complementary color
Monochromatic Colors of #C8140B
Black with #C8140B
Text Example
Text Example
White with #C8140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8140B; }
p { color: rgb(200,20,11); }
H1.HeaderClassName
{
color: #C8140B;
}
.AnyTagClassName
{
color: #C8140B;
}
</style>
background-color css
<style>
a { background-color: #C8140B; }
a { background-color: rgb(200,20,11); }
div.DivClassName
{
background-color: #C8140B;
}
.BgClassName
{
background-color: #C8140B;
}
</style>
border-color css
<style>
span { border-color: #C8140B; }
span { border-color: rgb(200,20,11); }
td.TdClassName
{
border-color: #C8140B;
}
.TagClassName
{
border-color: #C8140B;
}
</style>