Shades of Free Speech Red #C8140E
Tints of Free Speech Red #C8140E
RGB
CMYK
RGB Variations
Color information
#C8140E (or 0xC8140E) is known color: Free Speech Red. HEX triplet: C8, 14 and 0E. RGB value is (200,20,14). Sum of RGB (Red+Green+Blue) = 200+20+14=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C8140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8140E is #37EBF1. Grayscale: #494949. Windows color (decimal): -3664882 or 922824. OLE color: 922824.
HSL color Cylindrical-coordinate representation of color #C8140E: hue angle of 1.94º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8140E is Cyan = 0, Magento = 0.9, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 14 | - |
| CMYK | 0 | 0.9 | 0.93 | 0.22 |
| HSL | 1.94º | 0.87% | 0.42% | - |
| HSV(B) | 1.94º | 0.93% | 0.78% | - |
| XYZ | 24.15 | 12.81 | 1.62 | - |
| YUV | 73.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 14 | 0 | 0.9 | 0.93 | 0.22 | 1.94 | 0.87 | 0.42 |
| Hex | C8 | 14 | E | 0 | 5A | 5D | 16 | 2 | 57 | 2A |
| Octal | 310 | 24 | 16 | 0 | 132 | 135 | 26 | 2 | 127 | 52 |
| Binary | 11001000 | 10100 | 1110 | 0 | 1011010 | 1011101 | 10110 | 10 | 1010111 | 101010 |
Color Harmonies of #C8140E
Complementary color
Monochromatic Colors of #C8140E
Black with #C8140E
Text Example
Text Example
White with #C8140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8140E; }
p { color: rgb(200,20,14); }
H1.HeaderClassName
{
color: #C8140E;
}
.AnyTagClassName
{
color: #C8140E;
}
</style>
background-color css
<style>
a { background-color: #C8140E; }
a { background-color: rgb(200,20,14); }
div.DivClassName
{
background-color: #C8140E;
}
.BgClassName
{
background-color: #C8140E;
}
</style>
border-color css
<style>
span { border-color: #C8140E; }
span { border-color: rgb(200,20,14); }
td.TdClassName
{
border-color: #C8140E;
}
.TagClassName
{
border-color: #C8140E;
}
</style>