Shades of Free Speech Red #C70900
Tints of Free Speech Red #C70900
RGB
CMYK
RGB Variations
Color information
#C70900 (or 0xC70900) is known color: Free Speech Red. HEX triplet: C7, 09 and 00. RGB value is (199,9,0). Sum of RGB (Red+Green+Blue) = 199+9+0=208 (27% of max value = 765). Red value is 199 (78.12% from 255 or 95.67% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 199 - color contains mainly: red. Hex color #C70900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70900 is #38F6FF. Grayscale: #414141. Windows color (decimal): -3733248 or 2503. OLE color: 2503.
HSL color Cylindrical-coordinate representation of color #C70900: hue angle of 2.71º 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 #C70900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.22 |
| HSL | 2.71º | 1% | 0.39% | - |
| HSV(B) | 2.71º | 1% | 0.78% | - |
| XYZ | 23.65 | 12.34 | 1.13 | - |
| YUV | 64.78 | 91.45 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 0 | 0 | 0.95 | 1 | 0.22 | 2.71 | 1 | 0.39 |
| Hex | C7 | 9 | 0 | 0 | 5F | 64 | 16 | 3 | 64 | 27 |
| Octal | 307 | 11 | 0 | 0 | 137 | 144 | 26 | 3 | 144 | 47 |
| Binary | 11000111 | 1001 | 0 | 0 | 1011111 | 1100100 | 10110 | 11 | 1100100 | 100111 |
Color Harmonies of #C70900
Complementary color
Monochromatic Colors of #C70900
Black with #C70900
Text Example
Text Example
White with #C70900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70900; }
p { color: rgb(199,9,0); }
H1.HeaderClassName
{
color: #C70900;
}
.AnyTagClassName
{
color: #C70900;
}
</style>
background-color css
<style>
a { background-color: #C70900; }
a { background-color: rgb(199,9,0); }
div.DivClassName
{
background-color: #C70900;
}
.BgClassName
{
background-color: #C70900;
}
</style>
border-color css
<style>
span { border-color: #C70900; }
span { border-color: rgb(199,9,0); }
td.TdClassName
{
border-color: #C70900;
}
.TagClassName
{
border-color: #C70900;
}
</style>