Shades of Free Speech Red #C80C0B
Tints of Free Speech Red #C80C0B
RGB
CMYK
RGB Variations
Color information
#C80C0B (or 0xC80C0B) is known color: Free Speech Red. HEX triplet: C8, 0C and 0B. RGB value is (200,12,11). Sum of RGB (Red+Green+Blue) = 200+12+11=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80C0B is #37F3F4. Grayscale: #444444. Windows color (decimal): -3666933 or 724168. OLE color: 724168.
HSL color Cylindrical-coordinate representation of color #C80C0B: hue angle of 0.32º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C0B is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 11 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.22 |
| HSL | 0.32º | 0.9% | 0.41% | - |
| HSV(B) | 0.32º | 0.95% | 0.78% | - |
| XYZ | 24.01 | 12.57 | 1.48 | - |
| YUV | 68.1 | 95.78 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 11 | 0 | 0.94 | 0.94 | 0.22 | 0.32 | 0.9 | 0.41 |
| Hex | C8 | C | B | 0 | 5E | 5E | 16 | 0 | 5A | 29 |
| Octal | 310 | 14 | 13 | 0 | 136 | 136 | 26 | 0 | 132 | 51 |
| Binary | 11001000 | 1100 | 1011 | 0 | 1011110 | 1011110 | 10110 | 0 | 1011010 | 101001 |
Color Harmonies of #C80C0B
Complementary color
Monochromatic Colors of #C80C0B
Black with #C80C0B
Text Example
Text Example
White with #C80C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C0B; }
p { color: rgb(200,12,11); }
H1.HeaderClassName
{
color: #C80C0B;
}
.AnyTagClassName
{
color: #C80C0B;
}
</style>
background-color css
<style>
a { background-color: #C80C0B; }
a { background-color: rgb(200,12,11); }
div.DivClassName
{
background-color: #C80C0B;
}
.BgClassName
{
background-color: #C80C0B;
}
</style>
border-color css
<style>
span { border-color: #C80C0B; }
span { border-color: rgb(200,12,11); }
td.TdClassName
{
border-color: #C80C0B;
}
.TagClassName
{
border-color: #C80C0B;
}
</style>