Shades of Free Speech Red #C7150E
Tints of Free Speech Red #C7150E
RGB
CMYK
RGB Variations
Color information
#C7150E (or 0xC7150E) is known color: Free Speech Red. HEX triplet: C7, 15 and 0E. RGB value is (199,21,14). Sum of RGB (Red+Green+Blue) = 199+21+14=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C7150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7150E is #38EAF1. Grayscale: #494949. Windows color (decimal): -3730162 or 923079. OLE color: 923079.
HSL color Cylindrical-coordinate representation of color #C7150E: hue angle of 2.27º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7150E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 14 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.22 |
| HSL | 2.27º | 0.87% | 0.42% | - |
| HSV(B) | 2.27º | 0.93% | 0.78% | - |
| XYZ | 23.9 | 12.71 | 1.61 | - |
| YUV | 73.42 | 94.47 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 14 | 0 | 0.89 | 0.93 | 0.22 | 2.27 | 0.87 | 0.42 |
| Hex | C7 | 15 | E | 0 | 59 | 5D | 16 | 2 | 57 | 2A |
| Octal | 307 | 25 | 16 | 0 | 131 | 135 | 26 | 2 | 127 | 52 |
| Binary | 11000111 | 10101 | 1110 | 0 | 1011001 | 1011101 | 10110 | 10 | 1010111 | 101010 |
Color Harmonies of #C7150E
Complementary color
Monochromatic Colors of #C7150E
Black with #C7150E
Text Example
Text Example
White with #C7150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7150E; }
p { color: rgb(199,21,14); }
H1.HeaderClassName
{
color: #C7150E;
}
.AnyTagClassName
{
color: #C7150E;
}
</style>
background-color css
<style>
a { background-color: #C7150E; }
a { background-color: rgb(199,21,14); }
div.DivClassName
{
background-color: #C7150E;
}
.BgClassName
{
background-color: #C7150E;
}
</style>
border-color css
<style>
span { border-color: #C7150E; }
span { border-color: rgb(199,21,14); }
td.TdClassName
{
border-color: #C7150E;
}
.TagClassName
{
border-color: #C7150E;
}
</style>