Shades of Free Speech Red #C80E03
Tints of Free Speech Red #C80E03
RGB
CMYK
RGB Variations
Color information
#C80E03 (or 0xC80E03) is known color: Free Speech Red. HEX triplet: C8, 0E and 03. RGB value is (200,14,3). Sum of RGB (Red+Green+Blue) = 200+14+3=217 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.17% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80E03 is #37F1FC. Grayscale: #444444. Windows color (decimal): -3666429 or 200392. OLE color: 200392.
HSL color Cylindrical-coordinate representation of color #C80E03: hue angle of 3.35º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80E03 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 3 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.22 |
| HSL | 3.35º | 0.97% | 0.4% | - |
| HSV(B) | 3.35º | 0.99% | 0.78% | - |
| XYZ | 23.99 | 12.6 | 1.25 | - |
| YUV | 68.36 | 91.12 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 3 | 0 | 0.93 | 0.98 | 0.22 | 3.35 | 0.97 | 0.4 |
| Hex | C8 | E | 3 | 0 | 5D | 62 | 16 | 3 | 61 | 28 |
| Octal | 310 | 16 | 3 | 0 | 135 | 142 | 26 | 3 | 141 | 50 |
| Binary | 11001000 | 1110 | 11 | 0 | 1011101 | 1100010 | 10110 | 11 | 1100001 | 101000 |
Color Harmonies of #C80E03
Complementary color
Monochromatic Colors of #C80E03
Black with #C80E03
Text Example
Text Example
White with #C80E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E03; }
p { color: rgb(200,14,3); }
H1.HeaderClassName
{
color: #C80E03;
}
.AnyTagClassName
{
color: #C80E03;
}
</style>
background-color css
<style>
a { background-color: #C80E03; }
a { background-color: rgb(200,14,3); }
div.DivClassName
{
background-color: #C80E03;
}
.BgClassName
{
background-color: #C80E03;
}
</style>
border-color css
<style>
span { border-color: #C80E03; }
span { border-color: rgb(200,14,3); }
td.TdClassName
{
border-color: #C80E03;
}
.TagClassName
{
border-color: #C80E03;
}
</style>