Shades of Free Speech Red #C71100
Tints of Free Speech Red #C71100
RGB
CMYK
RGB Variations
Color information
#C71100 (or 0xC71100) is known color: Free Speech Red. HEX triplet: C7, 11 and 00. RGB value is (199,17,0). Sum of RGB (Red+Green+Blue) = 199+17+0=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C71100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71100 is #38EEFF. Grayscale: #454545. Windows color (decimal): -3731200 or 4551. OLE color: 4551.
HSL color Cylindrical-coordinate representation of color #C71100: hue angle of 5.13º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C71100 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.22 |
| HSL | 5.13º | 1% | 0.39% | - |
| HSV(B) | 5.13º | 1% | 0.78% | - |
| XYZ | 23.75 | 12.54 | 1.17 | - |
| YUV | 69.48 | 88.8 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 0 | 0 | 0.91 | 1 | 0.22 | 5.13 | 1 | 0.39 |
| Hex | C7 | 11 | 0 | 0 | 5B | 64 | 16 | 5 | 64 | 27 |
| Octal | 307 | 21 | 0 | 0 | 133 | 144 | 26 | 5 | 144 | 47 |
| Binary | 11000111 | 10001 | 0 | 0 | 1011011 | 1100100 | 10110 | 101 | 1100100 | 100111 |
Color Harmonies of #C71100
Complementary color
Monochromatic Colors of #C71100
Black with #C71100
Text Example
Text Example
White with #C71100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71100; }
p { color: rgb(199,17,0); }
H1.HeaderClassName
{
color: #C71100;
}
.AnyTagClassName
{
color: #C71100;
}
</style>
background-color css
<style>
a { background-color: #C71100; }
a { background-color: rgb(199,17,0); }
div.DivClassName
{
background-color: #C71100;
}
.BgClassName
{
background-color: #C71100;
}
</style>
border-color css
<style>
span { border-color: #C71100; }
span { border-color: rgb(199,17,0); }
td.TdClassName
{
border-color: #C71100;
}
.TagClassName
{
border-color: #C71100;
}
</style>