Shades of Free Speech Red #C71710
Tints of Free Speech Red #C71710
RGB
CMYK
RGB Variations
Color information
#C71710 (or 0xC71710) is known color: Free Speech Red. HEX triplet: C7, 17 and 10. RGB value is (199,23,16). Sum of RGB (Red+Green+Blue) = 199+23+16=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C71710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71710 is #38E8EF. Grayscale: #4B4B4B. Windows color (decimal): -3729648 or 1054663. OLE color: 1054663.
HSL color Cylindrical-coordinate representation of color #C71710: hue angle of 2.3º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71710 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 16 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.22 |
| HSL | 2.3º | 0.85% | 0.42% | - |
| HSV(B) | 2.3º | 0.92% | 0.78% | - |
| XYZ | 23.95 | 12.79 | 1.7 | - |
| YUV | 74.83 | 94.81 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 16 | 0 | 0.88 | 0.92 | 0.22 | 2.3 | 0.85 | 0.42 |
| Hex | C7 | 17 | 10 | 0 | 58 | 5C | 16 | 2 | 55 | 2A |
| Octal | 307 | 27 | 20 | 0 | 130 | 134 | 26 | 2 | 125 | 52 |
| Binary | 11000111 | 10111 | 10000 | 0 | 1011000 | 1011100 | 10110 | 10 | 1010101 | 101010 |
Color Harmonies of #C71710
Complementary color
Monochromatic Colors of #C71710
Black with #C71710
Text Example
Text Example
White with #C71710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71710; }
p { color: rgb(199,23,16); }
H1.HeaderClassName
{
color: #C71710;
}
.AnyTagClassName
{
color: #C71710;
}
</style>
background-color css
<style>
a { background-color: #C71710; }
a { background-color: rgb(199,23,16); }
div.DivClassName
{
background-color: #C71710;
}
.BgClassName
{
background-color: #C71710;
}
</style>
border-color css
<style>
span { border-color: #C71710; }
span { border-color: rgb(199,23,16); }
td.TdClassName
{
border-color: #C71710;
}
.TagClassName
{
border-color: #C71710;
}
</style>