Shades of Free Speech Red #C80E00
Tints of Free Speech Red #C80E00
RGB
CMYK
RGB Variations
Color information
#C80E00 (or 0xC80E00) is known color: Free Speech Red. HEX triplet: C8, 0E and 00. RGB value is (200,14,0). Sum of RGB (Red+Green+Blue) = 200+14+0=214 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.46% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80E00 is #37F1FF. Grayscale: #444444. Windows color (decimal): -3666432 or 3784. OLE color: 3784.
HSL color Cylindrical-coordinate representation of color #C80E00: hue angle of 4.2º 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 #C80E00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.22 |
| HSL | 4.2º | 1% | 0.39% | - |
| HSV(B) | 4.2º | 1% | 0.78% | - |
| XYZ | 23.98 | 12.59 | 1.17 | - |
| YUV | 68.02 | 89.62 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 0 | 0 | 0.93 | 1 | 0.22 | 4.2 | 1 | 0.39 |
| Hex | C8 | E | 0 | 0 | 5D | 64 | 16 | 4 | 64 | 27 |
| Octal | 310 | 16 | 0 | 0 | 135 | 144 | 26 | 4 | 144 | 47 |
| Binary | 11001000 | 1110 | 0 | 0 | 1011101 | 1100100 | 10110 | 100 | 1100100 | 100111 |
Color Harmonies of #C80E00
Complementary color
Monochromatic Colors of #C80E00
Black with #C80E00
Text Example
Text Example
White with #C80E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E00; }
p { color: rgb(200,14,0); }
H1.HeaderClassName
{
color: #C80E00;
}
.AnyTagClassName
{
color: #C80E00;
}
</style>
background-color css
<style>
a { background-color: #C80E00; }
a { background-color: rgb(200,14,0); }
div.DivClassName
{
background-color: #C80E00;
}
.BgClassName
{
background-color: #C80E00;
}
</style>
border-color css
<style>
span { border-color: #C80E00; }
span { border-color: rgb(200,14,0); }
td.TdClassName
{
border-color: #C80E00;
}
.TagClassName
{
border-color: #C80E00;
}
</style>