Shades of Free Speech Red #C70705
Tints of Free Speech Red #C70705
RGB
CMYK
RGB Variations
Color information
#C70705 (or 0xC70705) is known color: Free Speech Red. HEX triplet: C7, 07 and 05. RGB value is (199,7,5). Sum of RGB (Red+Green+Blue) = 199+7+5=211 (27% of max value = 765). Red value is 199 (78.12% from 255 or 94.31% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 199 - color contains mainly: red. Hex color #C70705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70705 is #38F8FA. Grayscale: #404040. Windows color (decimal): -3733755 or 329671. OLE color: 329671.
HSL color Cylindrical-coordinate representation of color #C70705: hue angle of 0.62º degrees, saturation: 0.95, 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 #C70705 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 5 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.22 |
| HSL | 0.62º | 0.95% | 0.4% | - |
| HSV(B) | 0.62º | 0.97% | 0.78% | - |
| XYZ | 23.66 | 12.31 | 1.27 | - |
| YUV | 64.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 5 | 0 | 0.96 | 0.97 | 0.22 | 0.62 | 0.95 | 0.4 |
| Hex | C7 | 7 | 5 | 0 | 60 | 61 | 16 | 1 | 5F | 28 |
| Octal | 307 | 7 | 5 | 0 | 140 | 141 | 26 | 1 | 137 | 50 |
| Binary | 11000111 | 111 | 101 | 0 | 1100000 | 1100001 | 10110 | 1 | 1011111 | 101000 |
Color Harmonies of #C70705
Complementary color
Monochromatic Colors of #C70705
Black with #C70705
Text Example
Text Example
White with #C70705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70705; }
p { color: rgb(199,7,5); }
H1.HeaderClassName
{
color: #C70705;
}
.AnyTagClassName
{
color: #C70705;
}
</style>
background-color css
<style>
a { background-color: #C70705; }
a { background-color: rgb(199,7,5); }
div.DivClassName
{
background-color: #C70705;
}
.BgClassName
{
background-color: #C70705;
}
</style>
border-color css
<style>
span { border-color: #C70705; }
span { border-color: rgb(199,7,5); }
td.TdClassName
{
border-color: #C70705;
}
.TagClassName
{
border-color: #C70705;
}
</style>