Shades of Free Speech Red #C5170E
Tints of Free Speech Red #C5170E
RGB
CMYK
RGB Variations
Color information
#C5170E (or 0xC5170E) is known color: Free Speech Red. HEX triplet: C5, 17 and 0E. RGB value is (197,23,14). Sum of RGB (Red+Green+Blue) = 197+23+14=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C5170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5170E is #3AE8F1. Grayscale: #4A4A4A. Windows color (decimal): -3860722 or 923589. OLE color: 923589.
HSL color Cylindrical-coordinate representation of color #C5170E: hue angle of 2.95º 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 #C5170E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 14 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.23 |
| HSL | 2.95º | 0.87% | 0.41% | - |
| HSV(B) | 2.95º | 0.93% | 0.77% | - |
| XYZ | 23.41 | 12.51 | 1.6 | - |
| YUV | 74 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 14 | 0 | 0.88 | 0.93 | 0.23 | 2.95 | 0.87 | 0.41 |
| Hex | C5 | 17 | E | 0 | 58 | 5D | 17 | 3 | 57 | 29 |
| Octal | 305 | 27 | 16 | 0 | 130 | 135 | 27 | 3 | 127 | 51 |
| Binary | 11000101 | 10111 | 1110 | 0 | 1011000 | 1011101 | 10111 | 11 | 1010111 | 101001 |
Color Harmonies of #C5170E
Complementary color
Monochromatic Colors of #C5170E
Black with #C5170E
Text Example
Text Example
White with #C5170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5170E; }
p { color: rgb(197,23,14); }
H1.HeaderClassName
{
color: #C5170E;
}
.AnyTagClassName
{
color: #C5170E;
}
</style>
background-color css
<style>
a { background-color: #C5170E; }
a { background-color: rgb(197,23,14); }
div.DivClassName
{
background-color: #C5170E;
}
.BgClassName
{
background-color: #C5170E;
}
</style>
border-color css
<style>
span { border-color: #C5170E; }
span { border-color: rgb(197,23,14); }
td.TdClassName
{
border-color: #C5170E;
}
.TagClassName
{
border-color: #C5170E;
}
</style>