Shades of Free Speech Red #C70800
Tints of Free Speech Red #C70800
RGB
CMYK
RGB Variations
Color information
#C70800 (or 0xC70800) is known color: Free Speech Red. HEX triplet: C7, 08 and 00. RGB value is (199,8,0). Sum of RGB (Red+Green+Blue) = 199+8+0=207 (27% of max value = 765). Red value is 199 (78.12% from 255 or 96.14% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 199 - color contains mainly: red. Hex color #C70800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70800 is #38F7FF. Grayscale: #404040. Windows color (decimal): -3733504 or 2247. OLE color: 2247.
HSL color Cylindrical-coordinate representation of color #C70800: hue angle of 2.41º 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 #C70800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.22 |
| HSL | 2.41º | 1% | 0.39% | - |
| HSV(B) | 2.41º | 1% | 0.78% | - |
| XYZ | 23.64 | 12.32 | 1.13 | - |
| YUV | 64.2 | 91.78 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 0 | 0 | 0.96 | 1 | 0.22 | 2.41 | 1 | 0.39 |
| Hex | C7 | 8 | 0 | 0 | 60 | 64 | 16 | 2 | 64 | 27 |
| Octal | 307 | 10 | 0 | 0 | 140 | 144 | 26 | 2 | 144 | 47 |
| Binary | 11000111 | 1000 | 0 | 0 | 1100000 | 1100100 | 10110 | 10 | 1100100 | 100111 |
Color Harmonies of #C70800
Complementary color
Monochromatic Colors of #C70800
Black with #C70800
Text Example
Text Example
White with #C70800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70800; }
p { color: rgb(199,8,0); }
H1.HeaderClassName
{
color: #C70800;
}
.AnyTagClassName
{
color: #C70800;
}
</style>
background-color css
<style>
a { background-color: #C70800; }
a { background-color: rgb(199,8,0); }
div.DivClassName
{
background-color: #C70800;
}
.BgClassName
{
background-color: #C70800;
}
</style>
border-color css
<style>
span { border-color: #C70800; }
span { border-color: rgb(199,8,0); }
td.TdClassName
{
border-color: #C70800;
}
.TagClassName
{
border-color: #C70800;
}
</style>