Shades of Free Speech Red #C20A08
Tints of Free Speech Red #C20A08
RGB
CMYK
RGB Variations
Color information
#C20A08 (or 0xC20A08) is known color: Free Speech Red. HEX triplet: C2, 0A and 08. RGB value is (194,10,8). Sum of RGB (Red+Green+Blue) = 194+10+8=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20A08 is #3DF5F7. Grayscale: #404040. Windows color (decimal): -4060664 or 527042. OLE color: 527042.
HSL color Cylindrical-coordinate representation of color #C20A08: hue angle of 0.65º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20A08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.24 |
| HSL | 0.65º | 0.92% | 0.4% | - |
| HSV(B) | 0.65º | 0.96% | 0.76% | - |
| XYZ | 22.4 | 11.7 | 1.31 | - |
| YUV | 64.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 8 | 0 | 0.95 | 0.96 | 0.24 | 0.65 | 0.92 | 0.4 |
| Hex | C2 | A | 8 | 0 | 5F | 60 | 18 | 1 | 5C | 28 |
| Octal | 302 | 12 | 10 | 0 | 137 | 140 | 30 | 1 | 134 | 50 |
| Binary | 11000010 | 1010 | 1000 | 0 | 1011111 | 1100000 | 11000 | 1 | 1011100 | 101000 |
Color Harmonies of #C20A08
Complementary color
Monochromatic Colors of #C20A08
Black with #C20A08
Text Example
Text Example
White with #C20A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20A08; }
p { color: rgb(194,10,8); }
H1.HeaderClassName
{
color: #C20A08;
}
.AnyTagClassName
{
color: #C20A08;
}
</style>
background-color css
<style>
a { background-color: #C20A08; }
a { background-color: rgb(194,10,8); }
div.DivClassName
{
background-color: #C20A08;
}
.BgClassName
{
background-color: #C20A08;
}
</style>
border-color css
<style>
span { border-color: #C20A08; }
span { border-color: rgb(194,10,8); }
td.TdClassName
{
border-color: #C20A08;
}
.TagClassName
{
border-color: #C20A08;
}
</style>