Shades of Free Speech Red #C20E02
Tints of Free Speech Red #C20E02
RGB
CMYK
RGB Variations
Color information
#C20E02 (or 0xC20E02) is known color: Free Speech Red. HEX triplet: C2, 0E and 02. RGB value is (194,14,2). Sum of RGB (Red+Green+Blue) = 194+14+2=210 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.38% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20E02 is #3DF1FD. Grayscale: #424242. Windows color (decimal): -4059646 or 134850. OLE color: 134850.
HSL color Cylindrical-coordinate representation of color #C20E02: hue angle of 3.75º degrees, saturation: 0.98, 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 #C20E02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.24 |
| HSL | 3.75º | 0.98% | 0.38% | - |
| HSV(B) | 3.75º | 0.99% | 0.76% | - |
| XYZ | 22.42 | 11.79 | 1.15 | - |
| YUV | 66.45 | 91.63 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 2 | 0 | 0.93 | 0.99 | 0.24 | 3.75 | 0.98 | 0.38 |
| Hex | C2 | E | 2 | 0 | 5D | 63 | 18 | 4 | 62 | 26 |
| Octal | 302 | 16 | 2 | 0 | 135 | 143 | 30 | 4 | 142 | 46 |
| Binary | 11000010 | 1110 | 10 | 0 | 1011101 | 1100011 | 11000 | 100 | 1100010 | 100110 |
Color Harmonies of #C20E02
Complementary color
Monochromatic Colors of #C20E02
Black with #C20E02
Text Example
Text Example
White with #C20E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E02; }
p { color: rgb(194,14,2); }
H1.HeaderClassName
{
color: #C20E02;
}
.AnyTagClassName
{
color: #C20E02;
}
</style>
background-color css
<style>
a { background-color: #C20E02; }
a { background-color: rgb(194,14,2); }
div.DivClassName
{
background-color: #C20E02;
}
.BgClassName
{
background-color: #C20E02;
}
</style>
border-color css
<style>
span { border-color: #C20E02; }
span { border-color: rgb(194,14,2); }
td.TdClassName
{
border-color: #C20E02;
}
.TagClassName
{
border-color: #C20E02;
}
</style>