Shades of Free Speech Red #C80706
Tints of Free Speech Red #C80706
RGB
CMYK
RGB Variations
Color information
#C80706 (or 0xC80706) is known color: Free Speech Red. HEX triplet: C8, 07 and 06. RGB value is (200,7,6). Sum of RGB (Red+Green+Blue) = 200+7+6=213 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.90% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 200 - color contains mainly: red. Hex color #C80706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80706 is #37F8F9. Grayscale: #404040. Windows color (decimal): -3668218 or 395208. OLE color: 395208.
HSL color Cylindrical-coordinate representation of color #C80706: hue angle of 0.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80706 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 6 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.22 |
| HSL | 0.31º | 0.94% | 0.4% | - |
| HSV(B) | 0.31º | 0.97% | 0.78% | - |
| XYZ | 23.93 | 12.44 | 1.31 | - |
| YUV | 64.59 | 94.94 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 6 | 0 | 0.96 | 0.97 | 0.22 | 0.31 | 0.94 | 0.4 |
| Hex | C8 | 7 | 6 | 0 | 60 | 61 | 16 | 0 | 5E | 28 |
| Octal | 310 | 7 | 6 | 0 | 140 | 141 | 26 | 0 | 136 | 50 |
| Binary | 11001000 | 111 | 110 | 0 | 1100000 | 1100001 | 10110 | 0 | 1011110 | 101000 |
Color Harmonies of #C80706
Complementary color
Monochromatic Colors of #C80706
Black with #C80706
Text Example
Text Example
White with #C80706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80706; }
p { color: rgb(200,7,6); }
H1.HeaderClassName
{
color: #C80706;
}
.AnyTagClassName
{
color: #C80706;
}
</style>
background-color css
<style>
a { background-color: #C80706; }
a { background-color: rgb(200,7,6); }
div.DivClassName
{
background-color: #C80706;
}
.BgClassName
{
background-color: #C80706;
}
</style>
border-color css
<style>
span { border-color: #C80706; }
span { border-color: rgb(200,7,6); }
td.TdClassName
{
border-color: #C80706;
}
.TagClassName
{
border-color: #C80706;
}
</style>