Shades of Free Speech Red #C5170D
Tints of Free Speech Red #C5170D
RGB
CMYK
RGB Variations
Color information
#C5170D (or 0xC5170D) is known color: Free Speech Red. HEX triplet: C5, 17 and 0D. RGB value is (197,23,13). Sum of RGB (Red+Green+Blue) = 197+23+13=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C5170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5170D is #3AE8F2. Grayscale: #4A4A4A. Windows color (decimal): -3860723 or 858053. OLE color: 858053.
HSL color Cylindrical-coordinate representation of color #C5170D: hue angle of 3.26º degrees, saturation: 0.88, 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 #C5170D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 13 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.23 |
| HSL | 3.26º | 0.88% | 0.41% | - |
| HSV(B) | 3.26º | 0.93% | 0.77% | - |
| XYZ | 23.41 | 12.51 | 1.56 | - |
| YUV | 73.89 | 93.65 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 13 | 0 | 0.88 | 0.93 | 0.23 | 3.26 | 0.88 | 0.41 |
| Hex | C5 | 17 | D | 0 | 58 | 5D | 17 | 3 | 58 | 29 |
| Octal | 305 | 27 | 15 | 0 | 130 | 135 | 27 | 3 | 130 | 51 |
| Binary | 11000101 | 10111 | 1101 | 0 | 1011000 | 1011101 | 10111 | 11 | 1011000 | 101001 |
Color Harmonies of #C5170D
Complementary color
Monochromatic Colors of #C5170D
Black with #C5170D
Text Example
Text Example
White with #C5170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5170D; }
p { color: rgb(197,23,13); }
H1.HeaderClassName
{
color: #C5170D;
}
.AnyTagClassName
{
color: #C5170D;
}
</style>
background-color css
<style>
a { background-color: #C5170D; }
a { background-color: rgb(197,23,13); }
div.DivClassName
{
background-color: #C5170D;
}
.BgClassName
{
background-color: #C5170D;
}
</style>
border-color css
<style>
span { border-color: #C5170D; }
span { border-color: rgb(197,23,13); }
td.TdClassName
{
border-color: #C5170D;
}
.TagClassName
{
border-color: #C5170D;
}
</style>