Shades of Free Speech Red #C7140B
Tints of Free Speech Red #C7140B
RGB
CMYK
RGB Variations
Color information
#C7140B (or 0xC7140B) is known color: Free Speech Red. HEX triplet: C7, 14 and 0B. RGB value is (199,20,11). Sum of RGB (Red+Green+Blue) = 199+20+11=230 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.52% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 199 - color contains mainly: red. Hex color #C7140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7140B is #38EBF4. Grayscale: #484848. Windows color (decimal): -3730421 or 726215. OLE color: 726215.
HSL color Cylindrical-coordinate representation of color #C7140B: hue angle of 2.87º degrees, saturation: 0.9, 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 #C7140B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.22 |
| HSL | 2.87º | 0.9% | 0.41% | - |
| HSV(B) | 2.87º | 0.94% | 0.78% | - |
| XYZ | 23.86 | 12.67 | 1.5 | - |
| YUV | 72.5 | 93.3 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 11 | 0 | 0.90 | 0.94 | 0.22 | 2.87 | 0.9 | 0.41 |
| Hex | C7 | 14 | B | 0 | 5A | 5E | 16 | 3 | 5A | 29 |
| Octal | 307 | 24 | 13 | 0 | 132 | 136 | 26 | 3 | 132 | 51 |
| Binary | 11000111 | 10100 | 1011 | 0 | 1011010 | 1011110 | 10110 | 11 | 1011010 | 101001 |
Color Harmonies of #C7140B
Complementary color
Monochromatic Colors of #C7140B
Black with #C7140B
Text Example
Text Example
White with #C7140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7140B; }
p { color: rgb(199,20,11); }
H1.HeaderClassName
{
color: #C7140B;
}
.AnyTagClassName
{
color: #C7140B;
}
</style>
background-color css
<style>
a { background-color: #C7140B; }
a { background-color: rgb(199,20,11); }
div.DivClassName
{
background-color: #C7140B;
}
.BgClassName
{
background-color: #C7140B;
}
</style>
border-color css
<style>
span { border-color: #C7140B; }
span { border-color: rgb(199,20,11); }
td.TdClassName
{
border-color: #C7140B;
}
.TagClassName
{
border-color: #C7140B;
}
</style>