Shades of Free Speech Red #C80C03
Tints of Free Speech Red #C80C03
RGB
CMYK
RGB Variations
Color information
#C80C03 (or 0xC80C03) is known color: Free Speech Red. HEX triplet: C8, 0C and 03. RGB value is (200,12,3). Sum of RGB (Red+Green+Blue) = 200+12+3=215 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.02% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80C03 is #37F3FC. Grayscale: #434343. Windows color (decimal): -3666941 or 199880. OLE color: 199880.
HSL color Cylindrical-coordinate representation of color #C80C03: hue angle of 2.74º 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 #C80C03 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.22 |
| HSL | 2.74º | 0.97% | 0.4% | - |
| HSV(B) | 2.74º | 0.99% | 0.78% | - |
| XYZ | 23.97 | 12.55 | 1.25 | - |
| YUV | 67.19 | 91.78 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 3 | 0 | 0.94 | 0.98 | 0.22 | 2.74 | 0.97 | 0.4 |
| Hex | C8 | C | 3 | 0 | 5E | 62 | 16 | 3 | 61 | 28 |
| Octal | 310 | 14 | 3 | 0 | 136 | 142 | 26 | 3 | 141 | 50 |
| Binary | 11001000 | 1100 | 11 | 0 | 1011110 | 1100010 | 10110 | 11 | 1100001 | 101000 |
Color Harmonies of #C80C03
Complementary color
Monochromatic Colors of #C80C03
Black with #C80C03
Text Example
Text Example
White with #C80C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C03; }
p { color: rgb(200,12,3); }
H1.HeaderClassName
{
color: #C80C03;
}
.AnyTagClassName
{
color: #C80C03;
}
</style>
background-color css
<style>
a { background-color: #C80C03; }
a { background-color: rgb(200,12,3); }
div.DivClassName
{
background-color: #C80C03;
}
.BgClassName
{
background-color: #C80C03;
}
</style>
border-color css
<style>
span { border-color: #C80C03; }
span { border-color: rgb(200,12,3); }
td.TdClassName
{
border-color: #C80C03;
}
.TagClassName
{
border-color: #C80C03;
}
</style>