Shades of Free Speech Red #C80700
Tints of Free Speech Red #C80700
RGB
CMYK
RGB Variations
Color information
#C80700 (or 0xC80700) is known color: Free Speech Red. HEX triplet: C8, 07 and 00. RGB value is (200,7,0). Sum of RGB (Red+Green+Blue) = 200+7+0=207 (27% of max value = 765). Red value is 200 (78.52% from 255 or 96.62% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 200 - color contains mainly: red. Hex color #C80700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80700 is #37F8FF. Grayscale: #404040. Windows color (decimal): -3668224 or 1992. OLE color: 1992.
HSL color Cylindrical-coordinate representation of color #C80700: hue angle of 2.1º 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 #C80700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.22 |
| HSL | 2.1º | 1% | 0.39% | - |
| HSV(B) | 2.1º | 1% | 0.78% | - |
| XYZ | 23.9 | 12.43 | 1.14 | - |
| YUV | 63.91 | 91.94 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 0 | 0 | 0.96 | 1 | 0.22 | 2.1 | 1 | 0.39 |
| Hex | C8 | 7 | 0 | 0 | 60 | 64 | 16 | 2 | 64 | 27 |
| Octal | 310 | 7 | 0 | 0 | 140 | 144 | 26 | 2 | 144 | 47 |
| Binary | 11001000 | 111 | 0 | 0 | 1100000 | 1100100 | 10110 | 10 | 1100100 | 100111 |
Color Harmonies of #C80700
Complementary color
Monochromatic Colors of #C80700
Black with #C80700
Text Example
Text Example
White with #C80700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80700; }
p { color: rgb(200,7,0); }
H1.HeaderClassName
{
color: #C80700;
}
.AnyTagClassName
{
color: #C80700;
}
</style>
background-color css
<style>
a { background-color: #C80700; }
a { background-color: rgb(200,7,0); }
div.DivClassName
{
background-color: #C80700;
}
.BgClassName
{
background-color: #C80700;
}
</style>
border-color css
<style>
span { border-color: #C80700; }
span { border-color: rgb(200,7,0); }
td.TdClassName
{
border-color: #C80700;
}
.TagClassName
{
border-color: #C80700;
}
</style>