Shades of Free Speech Red #C4170D
Tints of Free Speech Red #C4170D
RGB
CMYK
RGB Variations
Color information
#C4170D (or 0xC4170D) is known color: Free Speech Red. HEX triplet: C4, 17 and 0D. RGB value is (196,23,13). Sum of RGB (Red+Green+Blue) = 196+23+13=232 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.48% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 196 - color contains mainly: red. Hex color #C4170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4170D is #3BE8F2. Grayscale: #494949. Windows color (decimal): -3926259 or 858052. OLE color: 858052.
HSL color Cylindrical-coordinate representation of color #C4170D: hue angle of 3.28º 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 #C4170D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 13 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.23 |
| HSL | 3.28º | 0.88% | 0.41% | - |
| HSV(B) | 3.28º | 0.93% | 0.77% | - |
| XYZ | 23.14 | 12.38 | 1.55 | - |
| YUV | 73.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 13 | 0 | 0.88 | 0.93 | 0.23 | 3.28 | 0.88 | 0.41 |
| Hex | C4 | 17 | D | 0 | 58 | 5D | 17 | 3 | 58 | 29 |
| Octal | 304 | 27 | 15 | 0 | 130 | 135 | 27 | 3 | 130 | 51 |
| Binary | 11000100 | 10111 | 1101 | 0 | 1011000 | 1011101 | 10111 | 11 | 1011000 | 101001 |
Color Harmonies of #C4170D
Complementary color
Monochromatic Colors of #C4170D
Black with #C4170D
Text Example
Text Example
White with #C4170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4170D; }
p { color: rgb(196,23,13); }
H1.HeaderClassName
{
color: #C4170D;
}
.AnyTagClassName
{
color: #C4170D;
}
</style>
background-color css
<style>
a { background-color: #C4170D; }
a { background-color: rgb(196,23,13); }
div.DivClassName
{
background-color: #C4170D;
}
.BgClassName
{
background-color: #C4170D;
}
</style>
border-color css
<style>
span { border-color: #C4170D; }
span { border-color: rgb(196,23,13); }
td.TdClassName
{
border-color: #C4170D;
}
.TagClassName
{
border-color: #C4170D;
}
</style>