Shades of Free Speech Red #C70706
Tints of Free Speech Red #C70706
RGB
CMYK
RGB Variations
Color information
#C70706 (or 0xC70706) is known color: Free Speech Red. HEX triplet: C7, 07 and 06. RGB value is (199,7,6). Sum of RGB (Red+Green+Blue) = 199+7+6=212 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.87% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 199 - color contains mainly: red. Hex color #C70706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70706 is #38F8F9. Grayscale: #404040. Windows color (decimal): -3733754 or 395207. OLE color: 395207.
HSL color Cylindrical-coordinate representation of color #C70706: hue angle of 0.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70706 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 6 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.22 |
| HSL | 0.31º | 0.94% | 0.4% | - |
| HSV(B) | 0.31º | 0.97% | 0.78% | - |
| XYZ | 23.66 | 12.31 | 1.3 | - |
| YUV | 64.29 | 95.11 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 6 | 0 | 0.96 | 0.97 | 0.22 | 0.31 | 0.94 | 0.4 |
| Hex | C7 | 7 | 6 | 0 | 60 | 61 | 16 | 0 | 5E | 28 |
| Octal | 307 | 7 | 6 | 0 | 140 | 141 | 26 | 0 | 136 | 50 |
| Binary | 11000111 | 111 | 110 | 0 | 1100000 | 1100001 | 10110 | 0 | 1011110 | 101000 |
Color Harmonies of #C70706
Complementary color
Monochromatic Colors of #C70706
Black with #C70706
Text Example
Text Example
White with #C70706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70706; }
p { color: rgb(199,7,6); }
H1.HeaderClassName
{
color: #C70706;
}
.AnyTagClassName
{
color: #C70706;
}
</style>
background-color css
<style>
a { background-color: #C70706; }
a { background-color: rgb(199,7,6); }
div.DivClassName
{
background-color: #C70706;
}
.BgClassName
{
background-color: #C70706;
}
</style>
border-color css
<style>
span { border-color: #C70706; }
span { border-color: rgb(199,7,6); }
td.TdClassName
{
border-color: #C70706;
}
.TagClassName
{
border-color: #C70706;
}
</style>