Shades of Free Speech Red #C20302
Tints of Free Speech Red #C20302
RGB
CMYK
RGB Variations
Color information
#C20302 (or 0xC20302) is known color: Free Speech Red. HEX triplet: C2, 03 and 02. RGB value is (194,3,2). Sum of RGB (Red+Green+Blue) = 194+3+2=199 (26% of max value = 765). Red value is 194 (76.17% from 255 or 97.49% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 194 - color contains mainly: red. Hex color #C20302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20302 is #3DFCFD. Grayscale: #3C3C3C. Windows color (decimal): -4062462 or 132034. OLE color: 132034.
HSL color Cylindrical-coordinate representation of color #C20302: hue angle of 0.31º 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 #C20302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.24 |
| HSL | 0.31º | 0.98% | 0.38% | - |
| HSV(B) | 0.31º | 0.99% | 0.76% | - |
| XYZ | 22.29 | 11.54 | 1.11 | - |
| YUV | 60 | 95.28 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 2 | 0 | 0.98 | 0.99 | 0.24 | 0.31 | 0.98 | 0.38 |
| Hex | C2 | 3 | 2 | 0 | 62 | 63 | 18 | 0 | 62 | 26 |
| Octal | 302 | 3 | 2 | 0 | 142 | 143 | 30 | 0 | 142 | 46 |
| Binary | 11000010 | 11 | 10 | 0 | 1100010 | 1100011 | 11000 | 0 | 1100010 | 100110 |
Color Harmonies of #C20302
Complementary color
Monochromatic Colors of #C20302
Black with #C20302
Text Example
Text Example
White with #C20302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20302; }
p { color: rgb(194,3,2); }
H1.HeaderClassName
{
color: #C20302;
}
.AnyTagClassName
{
color: #C20302;
}
</style>
background-color css
<style>
a { background-color: #C20302; }
a { background-color: rgb(194,3,2); }
div.DivClassName
{
background-color: #C20302;
}
.BgClassName
{
background-color: #C20302;
}
</style>
border-color css
<style>
span { border-color: #C20302; }
span { border-color: rgb(194,3,2); }
td.TdClassName
{
border-color: #C20302;
}
.TagClassName
{
border-color: #C20302;
}
</style>