Shades of Free Speech Red #C80C0A
Tints of Free Speech Red #C80C0A
RGB
CMYK
RGB Variations
Color information
#C80C0A (or 0xC80C0A) is known color: Free Speech Red. HEX triplet: C8, 0C and 0A. RGB value is (200,12,10). Sum of RGB (Red+Green+Blue) = 200+12+10=222 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.09% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80C0A is #37F3F5. Grayscale: #444444. Windows color (decimal): -3666934 or 658632. OLE color: 658632.
HSL color Cylindrical-coordinate representation of color #C80C0A: hue angle of 0.63º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80C0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.22 |
| HSL | 0.63º | 0.9% | 0.41% | - |
| HSV(B) | 0.63º | 0.95% | 0.78% | - |
| XYZ | 24.01 | 12.56 | 1.45 | - |
| YUV | 67.98 | 95.28 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 10 | 0 | 0.94 | 0.95 | 0.22 | 0.63 | 0.9 | 0.41 |
| Hex | C8 | C | A | 0 | 5E | 5F | 16 | 1 | 5A | 29 |
| Octal | 310 | 14 | 12 | 0 | 136 | 137 | 26 | 1 | 132 | 51 |
| Binary | 11001000 | 1100 | 1010 | 0 | 1011110 | 1011111 | 10110 | 1 | 1011010 | 101001 |
Color Harmonies of #C80C0A
Complementary color
Monochromatic Colors of #C80C0A
Black with #C80C0A
Text Example
Text Example
White with #C80C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C0A; }
p { color: rgb(200,12,10); }
H1.HeaderClassName
{
color: #C80C0A;
}
.AnyTagClassName
{
color: #C80C0A;
}
</style>
background-color css
<style>
a { background-color: #C80C0A; }
a { background-color: rgb(200,12,10); }
div.DivClassName
{
background-color: #C80C0A;
}
.BgClassName
{
background-color: #C80C0A;
}
</style>
border-color css
<style>
span { border-color: #C80C0A; }
span { border-color: rgb(200,12,10); }
td.TdClassName
{
border-color: #C80C0A;
}
.TagClassName
{
border-color: #C80C0A;
}
</style>