Shades of Free Speech Red #C70C00
Tints of Free Speech Red #C70C00
RGB
CMYK
RGB Variations
Color information
#C70C00 (or 0xC70C00) is known color: Free Speech Red. HEX triplet: C7, 0C and 00. RGB value is (199,12,0). Sum of RGB (Red+Green+Blue) = 199+12+0=211 (27% of max value = 765). Red value is 199 (78.12% from 255 or 94.31% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70C00 is #38F3FF. Grayscale: #424242. Windows color (decimal): -3732480 or 3271. OLE color: 3271.
HSL color Cylindrical-coordinate representation of color #C70C00: hue angle of 3.62º 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 #C70C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.22 |
| HSL | 3.62º | 1% | 0.39% | - |
| HSV(B) | 3.62º | 1% | 0.78% | - |
| XYZ | 23.68 | 12.41 | 1.15 | - |
| YUV | 66.55 | 90.45 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 0 | 0 | 0.94 | 1 | 0.22 | 3.62 | 1 | 0.39 |
| Hex | C7 | C | 0 | 0 | 5E | 64 | 16 | 4 | 64 | 27 |
| Octal | 307 | 14 | 0 | 0 | 136 | 144 | 26 | 4 | 144 | 47 |
| Binary | 11000111 | 1100 | 0 | 0 | 1011110 | 1100100 | 10110 | 100 | 1100100 | 100111 |
Color Harmonies of #C70C00
Complementary color
Monochromatic Colors of #C70C00
Black with #C70C00
Text Example
Text Example
White with #C70C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70C00; }
p { color: rgb(199,12,0); }
H1.HeaderClassName
{
color: #C70C00;
}
.AnyTagClassName
{
color: #C70C00;
}
</style>
background-color css
<style>
a { background-color: #C70C00; }
a { background-color: rgb(199,12,0); }
div.DivClassName
{
background-color: #C70C00;
}
.BgClassName
{
background-color: #C70C00;
}
</style>
border-color css
<style>
span { border-color: #C70C00; }
span { border-color: rgb(199,12,0); }
td.TdClassName
{
border-color: #C70C00;
}
.TagClassName
{
border-color: #C70C00;
}
</style>