Shades of Free Speech Red #C20802
Tints of Free Speech Red #C20802
RGB
CMYK
RGB Variations
Color information
#C20802 (or 0xC20802) is known color: Free Speech Red. HEX triplet: C2, 08 and 02. RGB value is (194,8,2). Sum of RGB (Red+Green+Blue) = 194+8+2=204 (27% of max value = 765). Red value is 194 (76.17% from 255 or 95.10% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 194 - color contains mainly: red. Hex color #C20802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20802 is #3DF7FD. Grayscale: #3F3F3F. Windows color (decimal): -4061182 or 133314. OLE color: 133314.
HSL color Cylindrical-coordinate representation of color #C20802: hue angle of 1.88º 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 #C20802 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.24 |
| HSL | 1.88º | 0.98% | 0.38% | - |
| HSV(B) | 1.88º | 0.99% | 0.76% | - |
| XYZ | 22.35 | 11.65 | 1.13 | - |
| YUV | 62.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 2 | 0 | 0.96 | 0.99 | 0.24 | 1.88 | 0.98 | 0.38 |
| Hex | C2 | 8 | 2 | 0 | 60 | 63 | 18 | 2 | 62 | 26 |
| Octal | 302 | 10 | 2 | 0 | 140 | 143 | 30 | 2 | 142 | 46 |
| Binary | 11000010 | 1000 | 10 | 0 | 1100000 | 1100011 | 11000 | 10 | 1100010 | 100110 |
Color Harmonies of #C20802
Complementary color
Monochromatic Colors of #C20802
Black with #C20802
Text Example
Text Example
White with #C20802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20802; }
p { color: rgb(194,8,2); }
H1.HeaderClassName
{
color: #C20802;
}
.AnyTagClassName
{
color: #C20802;
}
</style>
background-color css
<style>
a { background-color: #C20802; }
a { background-color: rgb(194,8,2); }
div.DivClassName
{
background-color: #C20802;
}
.BgClassName
{
background-color: #C20802;
}
</style>
border-color css
<style>
span { border-color: #C20802; }
span { border-color: rgb(194,8,2); }
td.TdClassName
{
border-color: #C20802;
}
.TagClassName
{
border-color: #C20802;
}
</style>