Shades of Free Speech Red #C00200
Tints of Free Speech Red #C00200
RGB
CMYK
RGB Variations
Color information
#C00200 (or 0xC00200) is known color: Free Speech Red. HEX triplet: C0, 02 and 00. RGB value is (192,2,0). Sum of RGB (Red+Green+Blue) = 192+2+0=194 (25% of max value = 765). Red value is 192 (75.39% from 255 or 98.97% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 192 - color contains mainly: red. Hex color #C00200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00200 is #3FFDFF. Grayscale: #3A3A3A. Windows color (decimal): -4193792 or 704. OLE color: 704.
HSL color Cylindrical-coordinate representation of color #C00200: hue angle of 0.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.25 |
| HSL | 0.63º | 1% | 0.38% | - |
| HSV(B) | 0.63º | 1% | 0.75% | - |
| XYZ | 21.76 | 11.25 | 1.02 | - |
| YUV | 58.58 | 94.95 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 0 | 0 | 0.99 | 1 | 0.25 | 0.63 | 1 | 0.38 |
| Hex | C0 | 2 | 0 | 0 | 63 | 64 | 19 | 1 | 64 | 26 |
| Octal | 300 | 2 | 0 | 0 | 143 | 144 | 31 | 1 | 144 | 46 |
| Binary | 11000000 | 10 | 0 | 0 | 1100011 | 1100100 | 11001 | 1 | 1100100 | 100110 |
Color Harmonies of #C00200
Complementary color
Monochromatic Colors of #C00200
Black with #C00200
Text Example
Text Example
White with #C00200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00200; }
p { color: rgb(192,2,0); }
H1.HeaderClassName
{
color: #C00200;
}
.AnyTagClassName
{
color: #C00200;
}
</style>
background-color css
<style>
a { background-color: #C00200; }
a { background-color: rgb(192,2,0); }
div.DivClassName
{
background-color: #C00200;
}
.BgClassName
{
background-color: #C00200;
}
</style>
border-color css
<style>
span { border-color: #C00200; }
span { border-color: rgb(192,2,0); }
td.TdClassName
{
border-color: #C00200;
}
.TagClassName
{
border-color: #C00200;
}
</style>