Shades of Free Speech Red #C20E01
Tints of Free Speech Red #C20E01
RGB
CMYK
RGB Variations
Color information
#C20E01 (or 0xC20E01) is known color: Free Speech Red. HEX triplet: C2, 0E and 01. RGB value is (194,14,1). Sum of RGB (Red+Green+Blue) = 194+14+1=209 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.82% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20E01 is #3DF1FE. Grayscale: #424242. Windows color (decimal): -4059647 or 69314. OLE color: 69314.
HSL color Cylindrical-coordinate representation of color #C20E01: hue angle of 4.04º 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 #C20E01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.24 |
| HSL | 4.04º | 0.99% | 0.38% | - |
| HSV(B) | 4.04º | 0.99% | 0.76% | - |
| XYZ | 22.41 | 11.79 | 1.12 | - |
| YUV | 66.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 1 | 0 | 0.93 | 0.99 | 0.24 | 4.04 | 0.99 | 0.38 |
| Hex | C2 | E | 1 | 0 | 5D | 63 | 18 | 4 | 63 | 26 |
| Octal | 302 | 16 | 1 | 0 | 135 | 143 | 30 | 4 | 143 | 46 |
| Binary | 11000010 | 1110 | 1 | 0 | 1011101 | 1100011 | 11000 | 100 | 1100011 | 100110 |
Color Harmonies of #C20E01
Complementary color
Monochromatic Colors of #C20E01
Black with #C20E01
Text Example
Text Example
White with #C20E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E01; }
p { color: rgb(194,14,1); }
H1.HeaderClassName
{
color: #C20E01;
}
.AnyTagClassName
{
color: #C20E01;
}
</style>
background-color css
<style>
a { background-color: #C20E01; }
a { background-color: rgb(194,14,1); }
div.DivClassName
{
background-color: #C20E01;
}
.BgClassName
{
background-color: #C20E01;
}
</style>
border-color css
<style>
span { border-color: #C20E01; }
span { border-color: rgb(194,14,1); }
td.TdClassName
{
border-color: #C20E01;
}
.TagClassName
{
border-color: #C20E01;
}
</style>