Shades of Free Speech Red #C5140E
Tints of Free Speech Red #C5140E
RGB
CMYK
RGB Variations
Color information
#C5140E (or 0xC5140E) is known color: Free Speech Red. HEX triplet: C5, 14 and 0E. RGB value is (197,20,14). Sum of RGB (Red+Green+Blue) = 197+20+14=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C5140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5140E is #3AEBF1. Grayscale: #484848. Windows color (decimal): -3861490 or 922821. OLE color: 922821.
HSL color Cylindrical-coordinate representation of color #C5140E: hue angle of 1.97º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5140E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 14 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.23 |
| HSL | 1.97º | 0.87% | 0.41% | - |
| HSV(B) | 1.97º | 0.93% | 0.77% | - |
| XYZ | 23.36 | 12.4 | 1.58 | - |
| YUV | 72.24 | 95.14 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 14 | 0 | 0.90 | 0.93 | 0.23 | 1.97 | 0.87 | 0.41 |
| Hex | C5 | 14 | E | 0 | 5A | 5D | 17 | 2 | 57 | 29 |
| Octal | 305 | 24 | 16 | 0 | 132 | 135 | 27 | 2 | 127 | 51 |
| Binary | 11000101 | 10100 | 1110 | 0 | 1011010 | 1011101 | 10111 | 10 | 1010111 | 101001 |
Color Harmonies of #C5140E
Complementary color
Monochromatic Colors of #C5140E
Black with #C5140E
Text Example
Text Example
White with #C5140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5140E; }
p { color: rgb(197,20,14); }
H1.HeaderClassName
{
color: #C5140E;
}
.AnyTagClassName
{
color: #C5140E;
}
</style>
background-color css
<style>
a { background-color: #C5140E; }
a { background-color: rgb(197,20,14); }
div.DivClassName
{
background-color: #C5140E;
}
.BgClassName
{
background-color: #C5140E;
}
</style>
border-color css
<style>
span { border-color: #C5140E; }
span { border-color: rgb(197,20,14); }
td.TdClassName
{
border-color: #C5140E;
}
.TagClassName
{
border-color: #C5140E;
}
</style>