Shades of Free Speech Red #C21008
Tints of Free Speech Red #C21008
RGB
CMYK
RGB Variations
Color information
#C21008 (or 0xC21008) is known color: Free Speech Red. HEX triplet: C2, 10 and 08. RGB value is (194,16,8). Sum of RGB (Red+Green+Blue) = 194+16+8=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C21008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21008 is #3DEFF7. Grayscale: #444444. Windows color (decimal): -4059128 or 528578. OLE color: 528578.
HSL color Cylindrical-coordinate representation of color #C21008: hue angle of 2.58º 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 #C21008 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.24 |
| HSL | 2.58º | 0.92% | 0.4% | - |
| HSV(B) | 2.58º | 0.96% | 0.76% | - |
| XYZ | 22.48 | 11.86 | 1.33 | - |
| YUV | 68.31 | 93.97 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 8 | 0 | 0.92 | 0.96 | 0.24 | 2.58 | 0.92 | 0.4 |
| Hex | C2 | 10 | 8 | 0 | 5C | 60 | 18 | 3 | 5C | 28 |
| Octal | 302 | 20 | 10 | 0 | 134 | 140 | 30 | 3 | 134 | 50 |
| Binary | 11000010 | 10000 | 1000 | 0 | 1011100 | 1100000 | 11000 | 11 | 1011100 | 101000 |
Color Harmonies of #C21008
Complementary color
Monochromatic Colors of #C21008
Black with #C21008
Text Example
Text Example
White with #C21008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21008; }
p { color: rgb(194,16,8); }
H1.HeaderClassName
{
color: #C21008;
}
.AnyTagClassName
{
color: #C21008;
}
</style>
background-color css
<style>
a { background-color: #C21008; }
a { background-color: rgb(194,16,8); }
div.DivClassName
{
background-color: #C21008;
}
.BgClassName
{
background-color: #C21008;
}
</style>
border-color css
<style>
span { border-color: #C21008; }
span { border-color: rgb(194,16,8); }
td.TdClassName
{
border-color: #C21008;
}
.TagClassName
{
border-color: #C21008;
}
</style>