Shades of Free Speech Red #C7110F
Tints of Free Speech Red #C7110F
RGB
CMYK
RGB Variations
Color information
#C7110F (or 0xC7110F) is known color: Free Speech Red. HEX triplet: C7, 11 and 0F. RGB value is (199,17,15). Sum of RGB (Red+Green+Blue) = 199+17+15=231 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.15% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 199 - color contains mainly: red. Hex color #C7110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7110F is #38EEF0. Grayscale: #474747. Windows color (decimal): -3731185 or 987591. OLE color: 987591.
HSL color Cylindrical-coordinate representation of color #C7110F: hue angle of 0.65º degrees, saturation: 0.86, 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 #C7110F is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 15 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.22 |
| HSL | 0.65º | 0.86% | 0.42% | - |
| HSV(B) | 0.65º | 0.92% | 0.78% | - |
| XYZ | 23.84 | 12.58 | 1.62 | - |
| YUV | 71.19 | 96.3 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 15 | 0 | 0.91 | 0.92 | 0.22 | 0.65 | 0.86 | 0.42 |
| Hex | C7 | 11 | F | 0 | 5B | 5C | 16 | 1 | 56 | 2A |
| Octal | 307 | 21 | 17 | 0 | 133 | 134 | 26 | 1 | 126 | 52 |
| Binary | 11000111 | 10001 | 1111 | 0 | 1011011 | 1011100 | 10110 | 1 | 1010110 | 101010 |
Color Harmonies of #C7110F
Complementary color
Monochromatic Colors of #C7110F
Black with #C7110F
Text Example
Text Example
White with #C7110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7110F; }
p { color: rgb(199,17,15); }
H1.HeaderClassName
{
color: #C7110F;
}
.AnyTagClassName
{
color: #C7110F;
}
</style>
background-color css
<style>
a { background-color: #C7110F; }
a { background-color: rgb(199,17,15); }
div.DivClassName
{
background-color: #C7110F;
}
.BgClassName
{
background-color: #C7110F;
}
</style>
border-color css
<style>
span { border-color: #C7110F; }
span { border-color: rgb(199,17,15); }
td.TdClassName
{
border-color: #C7110F;
}
.TagClassName
{
border-color: #C7110F;
}
</style>