Shades of Free Speech Red #C70101
Tints of Free Speech Red #C70101
RGB
CMYK
RGB Variations
Color information
#C70101 (or 0xC70101) is known color: Free Speech Red. HEX triplet: C7, 01 and 01. RGB value is (199,1,1). Sum of RGB (Red+Green+Blue) = 199+1+1=201 (26% of max value = 765). Red value is 199 (78.12% from 255 or 99.00% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 199 - color contains mainly: red. Hex color #C70101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70101 is #38FEFE. Grayscale: #3C3C3C. Windows color (decimal): -3735295 or 65991. OLE color: 65991.
HSL color Cylindrical-coordinate representation of color #C70101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.22 |
| HSL | 0º | 0.99% | 0.39% | - |
| HSV(B) | 0º | 0.99% | 0.78% | - |
| XYZ | 23.57 | 12.17 | 1.13 | - |
| YUV | 60.2 | 94.6 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 1 | 0 | 0.99 | 0.99 | 0.22 | 0 | 0.99 | 0.39 |
| Hex | C7 | 1 | 1 | 0 | 63 | 63 | 16 | 0 | 63 | 27 |
| Octal | 307 | 1 | 1 | 0 | 143 | 143 | 26 | 0 | 143 | 47 |
| Binary | 11000111 | 1 | 1 | 0 | 1100011 | 1100011 | 10110 | 0 | 1100011 | 100111 |
Color Harmonies of #C70101
Complementary color
Monochromatic Colors of #C70101
Black with #C70101
Text Example
Text Example
White with #C70101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70101; }
p { color: rgb(199,1,1); }
H1.HeaderClassName
{
color: #C70101;
}
.AnyTagClassName
{
color: #C70101;
}
</style>
background-color css
<style>
a { background-color: #C70101; }
a { background-color: rgb(199,1,1); }
div.DivClassName
{
background-color: #C70101;
}
.BgClassName
{
background-color: #C70101;
}
</style>
border-color css
<style>
span { border-color: #C70101; }
span { border-color: rgb(199,1,1); }
td.TdClassName
{
border-color: #C70101;
}
.TagClassName
{
border-color: #C70101;
}
</style>