Shades of Free Speech Red #C7180C
Tints of Free Speech Red #C7180C
RGB
CMYK
RGB Variations
Color information
#C7180C (or 0xC7180C) is known color: Free Speech Red. HEX triplet: C7, 18 and 0C. RGB value is (199,24,12). Sum of RGB (Red+Green+Blue) = 199+24+12=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C7180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7180C is #38E7F3. Grayscale: #4B4B4B. Windows color (decimal): -3729396 or 792775. OLE color: 792775.
HSL color Cylindrical-coordinate representation of color #C7180C: hue angle of 3.85º degrees, saturation: 0.89, 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 #C7180C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.22 |
| HSL | 3.85º | 0.89% | 0.41% | - |
| HSV(B) | 3.85º | 0.94% | 0.78% | - |
| XYZ | 23.95 | 12.82 | 1.56 | - |
| YUV | 74.96 | 92.48 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 12 | 0 | 0.88 | 0.94 | 0.22 | 3.85 | 0.89 | 0.41 |
| Hex | C7 | 18 | C | 0 | 58 | 5E | 16 | 4 | 59 | 29 |
| Octal | 307 | 30 | 14 | 0 | 130 | 136 | 26 | 4 | 131 | 51 |
| Binary | 11000111 | 11000 | 1100 | 0 | 1011000 | 1011110 | 10110 | 100 | 1011001 | 101001 |
Color Harmonies of #C7180C
Complementary color
Monochromatic Colors of #C7180C
Black with #C7180C
Text Example
Text Example
White with #C7180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7180C; }
p { color: rgb(199,24,12); }
H1.HeaderClassName
{
color: #C7180C;
}
.AnyTagClassName
{
color: #C7180C;
}
</style>
background-color css
<style>
a { background-color: #C7180C; }
a { background-color: rgb(199,24,12); }
div.DivClassName
{
background-color: #C7180C;
}
.BgClassName
{
background-color: #C7180C;
}
</style>
border-color css
<style>
span { border-color: #C7180C; }
span { border-color: rgb(199,24,12); }
td.TdClassName
{
border-color: #C7180C;
}
.TagClassName
{
border-color: #C7180C;
}
</style>