Shades of Free Speech Red #C70C07
Tints of Free Speech Red #C70C07
RGB
CMYK
RGB Variations
Color information
#C70C07 (or 0xC70C07) is known color: Free Speech Red. HEX triplet: C7, 0C and 07. RGB value is (199,12,7). Sum of RGB (Red+Green+Blue) = 199+12+7=218 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.28% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70C07 is #38F3F8. Grayscale: #434343. Windows color (decimal): -3732473 or 462023. OLE color: 462023.
HSL color Cylindrical-coordinate representation of color #C70C07: hue angle of 1.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70C07 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 7 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.22 |
| HSL | 1.56º | 0.93% | 0.4% | - |
| HSV(B) | 1.56º | 0.96% | 0.78% | - |
| XYZ | 23.72 | 12.42 | 1.35 | - |
| YUV | 67.34 | 93.95 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 7 | 0 | 0.94 | 0.96 | 0.22 | 1.56 | 0.93 | 0.4 |
| Hex | C7 | C | 7 | 0 | 5E | 60 | 16 | 2 | 5D | 28 |
| Octal | 307 | 14 | 7 | 0 | 136 | 140 | 26 | 2 | 135 | 50 |
| Binary | 11000111 | 1100 | 111 | 0 | 1011110 | 1100000 | 10110 | 10 | 1011101 | 101000 |
Color Harmonies of #C70C07
Complementary color
Monochromatic Colors of #C70C07
Black with #C70C07
Text Example
Text Example
White with #C70C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70C07; }
p { color: rgb(199,12,7); }
H1.HeaderClassName
{
color: #C70C07;
}
.AnyTagClassName
{
color: #C70C07;
}
</style>
background-color css
<style>
a { background-color: #C70C07; }
a { background-color: rgb(199,12,7); }
div.DivClassName
{
background-color: #C70C07;
}
.BgClassName
{
background-color: #C70C07;
}
</style>
border-color css
<style>
span { border-color: #C70C07; }
span { border-color: rgb(199,12,7); }
td.TdClassName
{
border-color: #C70C07;
}
.TagClassName
{
border-color: #C70C07;
}
</style>