Shades of Free Speech Red #C20A01
Tints of Free Speech Red #C20A01
RGB
CMYK
RGB Variations
Color information
#C20A01 (or 0xC20A01) is known color: Free Speech Red. HEX triplet: C2, 0A and 01. RGB value is (194,10,1). Sum of RGB (Red+Green+Blue) = 194+10+1=205 (27% of max value = 765). Red value is 194 (76.17% from 255 or 94.63% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20A01 is #3DF5FE. Grayscale: #404040. Windows color (decimal): -4060671 or 68290. OLE color: 68290.
HSL color Cylindrical-coordinate representation of color #C20A01: hue angle of 2.8º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20A01 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.24 |
| HSL | 2.8º | 0.99% | 0.38% | - |
| HSV(B) | 2.8º | 0.99% | 0.76% | - |
| XYZ | 22.36 | 11.69 | 1.11 | - |
| YUV | 63.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 1 | 0 | 0.95 | 0.99 | 0.24 | 2.8 | 0.99 | 0.38 |
| Hex | C2 | A | 1 | 0 | 5F | 63 | 18 | 3 | 63 | 26 |
| Octal | 302 | 12 | 1 | 0 | 137 | 143 | 30 | 3 | 143 | 46 |
| Binary | 11000010 | 1010 | 1 | 0 | 1011111 | 1100011 | 11000 | 11 | 1100011 | 100110 |
Color Harmonies of #C20A01
Complementary color
Monochromatic Colors of #C20A01
Black with #C20A01
Text Example
Text Example
White with #C20A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20A01; }
p { color: rgb(194,10,1); }
H1.HeaderClassName
{
color: #C20A01;
}
.AnyTagClassName
{
color: #C20A01;
}
</style>
background-color css
<style>
a { background-color: #C20A01; }
a { background-color: rgb(194,10,1); }
div.DivClassName
{
background-color: #C20A01;
}
.BgClassName
{
background-color: #C20A01;
}
</style>
border-color css
<style>
span { border-color: #C20A01; }
span { border-color: rgb(194,10,1); }
td.TdClassName
{
border-color: #C20A01;
}
.TagClassName
{
border-color: #C20A01;
}
</style>