Shades of Free Speech Red #C21007
Tints of Free Speech Red #C21007
RGB
CMYK
RGB Variations
Color information
#C21007 (or 0xC21007) is known color: Free Speech Red. HEX triplet: C2, 10 and 07. RGB value is (194,16,7). Sum of RGB (Red+Green+Blue) = 194+16+7=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C21007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21007 is #3DEFF8. Grayscale: #444444. Windows color (decimal): -4059129 or 463042. OLE color: 463042.
HSL color Cylindrical-coordinate representation of color #C21007: hue angle of 2.89º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C21007 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 7 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.24 |
| HSL | 2.89º | 0.93% | 0.39% | - |
| HSV(B) | 2.89º | 0.96% | 0.76% | - |
| XYZ | 22.47 | 11.86 | 1.3 | - |
| YUV | 68.2 | 93.47 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 7 | 0 | 0.92 | 0.96 | 0.24 | 2.89 | 0.93 | 0.39 |
| Hex | C2 | 10 | 7 | 0 | 5C | 60 | 18 | 3 | 5D | 27 |
| Octal | 302 | 20 | 7 | 0 | 134 | 140 | 30 | 3 | 135 | 47 |
| Binary | 11000010 | 10000 | 111 | 0 | 1011100 | 1100000 | 11000 | 11 | 1011101 | 100111 |
Color Harmonies of #C21007
Complementary color
Monochromatic Colors of #C21007
Black with #C21007
Text Example
Text Example
White with #C21007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21007; }
p { color: rgb(194,16,7); }
H1.HeaderClassName
{
color: #C21007;
}
.AnyTagClassName
{
color: #C21007;
}
</style>
background-color css
<style>
a { background-color: #C21007; }
a { background-color: rgb(194,16,7); }
div.DivClassName
{
background-color: #C21007;
}
.BgClassName
{
background-color: #C21007;
}
</style>
border-color css
<style>
span { border-color: #C21007; }
span { border-color: rgb(194,16,7); }
td.TdClassName
{
border-color: #C21007;
}
.TagClassName
{
border-color: #C21007;
}
</style>