Shades of Free Speech Red #C20A06
Tints of Free Speech Red #C20A06
RGB
CMYK
RGB Variations
Color information
#C20A06 (or 0xC20A06) is known color: Free Speech Red. HEX triplet: C2, 0A and 06. RGB value is (194,10,6). Sum of RGB (Red+Green+Blue) = 194+10+6=210 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.38% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20A06 is #3DF5F9. Grayscale: #404040. Windows color (decimal): -4060666 or 395970. OLE color: 395970.
HSL color Cylindrical-coordinate representation of color #C20A06: hue angle of 1.28º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20A06 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 6 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.24 |
| HSL | 1.28º | 0.94% | 0.39% | - |
| HSV(B) | 1.28º | 0.97% | 0.76% | - |
| XYZ | 22.39 | 11.7 | 1.25 | - |
| YUV | 64.56 | 94.96 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 6 | 0 | 0.95 | 0.97 | 0.24 | 1.28 | 0.94 | 0.39 |
| Hex | C2 | A | 6 | 0 | 5F | 61 | 18 | 1 | 5E | 27 |
| Octal | 302 | 12 | 6 | 0 | 137 | 141 | 30 | 1 | 136 | 47 |
| Binary | 11000010 | 1010 | 110 | 0 | 1011111 | 1100001 | 11000 | 1 | 1011110 | 100111 |
Color Harmonies of #C20A06
Complementary color
Monochromatic Colors of #C20A06
Black with #C20A06
Text Example
Text Example
White with #C20A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20A06; }
p { color: rgb(194,10,6); }
H1.HeaderClassName
{
color: #C20A06;
}
.AnyTagClassName
{
color: #C20A06;
}
</style>
background-color css
<style>
a { background-color: #C20A06; }
a { background-color: rgb(194,10,6); }
div.DivClassName
{
background-color: #C20A06;
}
.BgClassName
{
background-color: #C20A06;
}
</style>
border-color css
<style>
span { border-color: #C20A06; }
span { border-color: rgb(194,10,6); }
td.TdClassName
{
border-color: #C20A06;
}
.TagClassName
{
border-color: #C20A06;
}
</style>