Shades of Free Speech Red #C71108
Tints of Free Speech Red #C71108
RGB
CMYK
RGB Variations
Color information
#C71108 (or 0xC71108) is known color: Free Speech Red. HEX triplet: C7, 11 and 08. RGB value is (199,17,8). Sum of RGB (Red+Green+Blue) = 199+17+8=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C71108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71108 is #38EEF7. Grayscale: #464646. Windows color (decimal): -3731192 or 528839. OLE color: 528839.
HSL color Cylindrical-coordinate representation of color #C71108: hue angle of 2.83º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C71108 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.22 |
| HSL | 2.83º | 0.92% | 0.41% | - |
| HSV(B) | 2.83º | 0.96% | 0.78% | - |
| XYZ | 23.8 | 12.56 | 1.4 | - |
| YUV | 70.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 8 | 0 | 0.91 | 0.96 | 0.22 | 2.83 | 0.92 | 0.41 |
| Hex | C7 | 11 | 8 | 0 | 5B | 60 | 16 | 3 | 5C | 29 |
| Octal | 307 | 21 | 10 | 0 | 133 | 140 | 26 | 3 | 134 | 51 |
| Binary | 11000111 | 10001 | 1000 | 0 | 1011011 | 1100000 | 10110 | 11 | 1011100 | 101001 |
Color Harmonies of #C71108
Complementary color
Monochromatic Colors of #C71108
Black with #C71108
Text Example
Text Example
White with #C71108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71108; }
p { color: rgb(199,17,8); }
H1.HeaderClassName
{
color: #C71108;
}
.AnyTagClassName
{
color: #C71108;
}
</style>
background-color css
<style>
a { background-color: #C71108; }
a { background-color: rgb(199,17,8); }
div.DivClassName
{
background-color: #C71108;
}
.BgClassName
{
background-color: #C71108;
}
</style>
border-color css
<style>
span { border-color: #C71108; }
span { border-color: rgb(199,17,8); }
td.TdClassName
{
border-color: #C71108;
}
.TagClassName
{
border-color: #C71108;
}
</style>