Shades of Free Speech Red #C80600
Tints of Free Speech Red #C80600
RGB
CMYK
RGB Variations
Color information
#C80600 (or 0xC80600) is known color: Free Speech Red. HEX triplet: C8, 06 and 00. RGB value is (200,6,0). Sum of RGB (Red+Green+Blue) = 200+6+0=206 (27% of max value = 765). Red value is 200 (78.52% from 255 or 97.09% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 200 - color contains mainly: red. Hex color #C80600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80600 is #37F9FF. Grayscale: #3F3F3F. Windows color (decimal): -3668480 or 1736. OLE color: 1736.
HSL color Cylindrical-coordinate representation of color #C80600: hue angle of 1.8º 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 #C80600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.22 |
| HSL | 1.8º | 1% | 0.39% | - |
| HSV(B) | 1.8º | 1% | 0.78% | - |
| XYZ | 23.88 | 12.41 | 1.14 | - |
| YUV | 63.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 0 | 0 | 0.97 | 1 | 0.22 | 1.8 | 1 | 0.39 |
| Hex | C8 | 6 | 0 | 0 | 61 | 64 | 16 | 2 | 64 | 27 |
| Octal | 310 | 6 | 0 | 0 | 141 | 144 | 26 | 2 | 144 | 47 |
| Binary | 11001000 | 110 | 0 | 0 | 1100001 | 1100100 | 10110 | 10 | 1100100 | 100111 |
Color Harmonies of #C80600
Complementary color
Monochromatic Colors of #C80600
Black with #C80600
Text Example
Text Example
White with #C80600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80600; }
p { color: rgb(200,6,0); }
H1.HeaderClassName
{
color: #C80600;
}
.AnyTagClassName
{
color: #C80600;
}
</style>
background-color css
<style>
a { background-color: #C80600; }
a { background-color: rgb(200,6,0); }
div.DivClassName
{
background-color: #C80600;
}
.BgClassName
{
background-color: #C80600;
}
</style>
border-color css
<style>
span { border-color: #C80600; }
span { border-color: rgb(200,6,0); }
td.TdClassName
{
border-color: #C80600;
}
.TagClassName
{
border-color: #C80600;
}
</style>