Shades of Free Speech Red #C70F0E
Tints of Free Speech Red #C70F0E
RGB
CMYK
RGB Variations
Color information
#C70F0E (or 0xC70F0E) is known color: Free Speech Red. HEX triplet: C7, 0F and 0E. RGB value is (199,15,14). Sum of RGB (Red+Green+Blue) = 199+15+14=228 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.28% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F0E is #38F0F1. Grayscale: #464646. Windows color (decimal): -3731698 or 921543. OLE color: 921543.
HSL color Cylindrical-coordinate representation of color #C70F0E: hue angle of 0.32º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70F0E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 14 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.22 |
| HSL | 0.32º | 0.87% | 0.42% | - |
| HSV(B) | 0.32º | 0.93% | 0.78% | - |
| XYZ | 23.8 | 12.52 | 1.58 | - |
| YUV | 69.9 | 96.46 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 14 | 0 | 0.92 | 0.93 | 0.22 | 0.32 | 0.87 | 0.42 |
| Hex | C7 | F | E | 0 | 5C | 5D | 16 | 0 | 57 | 2A |
| Octal | 307 | 17 | 16 | 0 | 134 | 135 | 26 | 0 | 127 | 52 |
| Binary | 11000111 | 1111 | 1110 | 0 | 1011100 | 1011101 | 10110 | 0 | 1010111 | 101010 |
Color Harmonies of #C70F0E
Complementary color
Monochromatic Colors of #C70F0E
Black with #C70F0E
Text Example
Text Example
White with #C70F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F0E; }
p { color: rgb(199,15,14); }
H1.HeaderClassName
{
color: #C70F0E;
}
.AnyTagClassName
{
color: #C70F0E;
}
</style>
background-color css
<style>
a { background-color: #C70F0E; }
a { background-color: rgb(199,15,14); }
div.DivClassName
{
background-color: #C70F0E;
}
.BgClassName
{
background-color: #C70F0E;
}
</style>
border-color css
<style>
span { border-color: #C70F0E; }
span { border-color: rgb(199,15,14); }
td.TdClassName
{
border-color: #C70F0E;
}
.TagClassName
{
border-color: #C70F0E;
}
</style>