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