Shades of Free Speech Red #C7170C
Tints of Free Speech Red #C7170C
RGB
CMYK
RGB Variations
Color information
#C7170C (or 0xC7170C) is known color: Free Speech Red. HEX triplet: C7, 17 and 0C. RGB value is (199,23,12). Sum of RGB (Red+Green+Blue) = 199+23+12=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C7170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7170C is #38E8F3. Grayscale: #4A4A4A. Windows color (decimal): -3729652 or 792519. OLE color: 792519.
HSL color Cylindrical-coordinate representation of color #C7170C: hue angle of 3.53º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7170C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.22 |
| HSL | 3.53º | 0.89% | 0.41% | - |
| HSV(B) | 3.53º | 0.94% | 0.78% | - |
| XYZ | 23.93 | 12.78 | 1.55 | - |
| YUV | 74.37 | 92.81 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 12 | 0 | 0.88 | 0.94 | 0.22 | 3.53 | 0.89 | 0.41 |
| Hex | C7 | 17 | C | 0 | 58 | 5E | 16 | 4 | 59 | 29 |
| Octal | 307 | 27 | 14 | 0 | 130 | 136 | 26 | 4 | 131 | 51 |
| Binary | 11000111 | 10111 | 1100 | 0 | 1011000 | 1011110 | 10110 | 100 | 1011001 | 101001 |
Color Harmonies of #C7170C
Complementary color
Monochromatic Colors of #C7170C
Black with #C7170C
Text Example
Text Example
White with #C7170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7170C; }
p { color: rgb(199,23,12); }
H1.HeaderClassName
{
color: #C7170C;
}
.AnyTagClassName
{
color: #C7170C;
}
</style>
background-color css
<style>
a { background-color: #C7170C; }
a { background-color: rgb(199,23,12); }
div.DivClassName
{
background-color: #C7170C;
}
.BgClassName
{
background-color: #C7170C;
}
</style>
border-color css
<style>
span { border-color: #C7170C; }
span { border-color: rgb(199,23,12); }
td.TdClassName
{
border-color: #C7170C;
}
.TagClassName
{
border-color: #C7170C;
}
</style>