Shades of Free Speech Red #C20902
Tints of Free Speech Red #C20902
RGB
CMYK
RGB Variations
Color information
#C20902 (or 0xC20902) is known color: Free Speech Red. HEX triplet: C2, 09 and 02. RGB value is (194,9,2). Sum of RGB (Red+Green+Blue) = 194+9+2=205 (27% of max value = 765). Red value is 194 (76.17% from 255 or 94.63% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 194 - color contains mainly: red. Hex color #C20902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20902 is #3DF6FD. Grayscale: #3F3F3F. Windows color (decimal): -4060926 or 133570. OLE color: 133570.
HSL color Cylindrical-coordinate representation of color #C20902: hue angle of 2.19º 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 #C20902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.24 |
| HSL | 2.19º | 0.98% | 0.38% | - |
| HSV(B) | 2.19º | 0.99% | 0.76% | - |
| XYZ | 22.36 | 11.67 | 1.13 | - |
| YUV | 63.52 | 93.29 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 2 | 0 | 0.95 | 0.99 | 0.24 | 2.19 | 0.98 | 0.38 |
| Hex | C2 | 9 | 2 | 0 | 5F | 63 | 18 | 2 | 62 | 26 |
| Octal | 302 | 11 | 2 | 0 | 137 | 143 | 30 | 2 | 142 | 46 |
| Binary | 11000010 | 1001 | 10 | 0 | 1011111 | 1100011 | 11000 | 10 | 1100010 | 100110 |
Color Harmonies of #C20902
Complementary color
Monochromatic Colors of #C20902
Black with #C20902
Text Example
Text Example
White with #C20902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20902; }
p { color: rgb(194,9,2); }
H1.HeaderClassName
{
color: #C20902;
}
.AnyTagClassName
{
color: #C20902;
}
</style>
background-color css
<style>
a { background-color: #C20902; }
a { background-color: rgb(194,9,2); }
div.DivClassName
{
background-color: #C20902;
}
.BgClassName
{
background-color: #C20902;
}
</style>
border-color css
<style>
span { border-color: #C20902; }
span { border-color: rgb(194,9,2); }
td.TdClassName
{
border-color: #C20902;
}
.TagClassName
{
border-color: #C20902;
}
</style>