Shades of Free Speech Red #C21001
Tints of Free Speech Red #C21001
RGB
CMYK
RGB Variations
Color information
#C21001 (or 0xC21001) is known color: Free Speech Red. HEX triplet: C2, 10 and 01. RGB value is (194,16,1). Sum of RGB (Red+Green+Blue) = 194+16+1=211 (27% of max value = 765). Red value is 194 (76.17% from 255 or 91.94% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 194 - color contains mainly: red. Hex color #C21001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21001 is #3DEFFE. Grayscale: #434343. Windows color (decimal): -4059135 or 69826. OLE color: 69826.
HSL color Cylindrical-coordinate representation of color #C21001: hue angle of 4.66º degrees, saturation: 0.99, 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 #C21001 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.24 |
| HSL | 4.66º | 0.99% | 0.38% | - |
| HSV(B) | 4.66º | 0.99% | 0.76% | - |
| XYZ | 22.44 | 11.84 | 1.13 | - |
| YUV | 67.51 | 90.47 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 1 | 0 | 0.92 | 0.99 | 0.24 | 4.66 | 0.99 | 0.38 |
| Hex | C2 | 10 | 1 | 0 | 5C | 63 | 18 | 5 | 63 | 26 |
| Octal | 302 | 20 | 1 | 0 | 134 | 143 | 30 | 5 | 143 | 46 |
| Binary | 11000010 | 10000 | 1 | 0 | 1011100 | 1100011 | 11000 | 101 | 1100011 | 100110 |
Color Harmonies of #C21001
Complementary color
Monochromatic Colors of #C21001
Black with #C21001
Text Example
Text Example
White with #C21001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21001; }
p { color: rgb(194,16,1); }
H1.HeaderClassName
{
color: #C21001;
}
.AnyTagClassName
{
color: #C21001;
}
</style>
background-color css
<style>
a { background-color: #C21001; }
a { background-color: rgb(194,16,1); }
div.DivClassName
{
background-color: #C21001;
}
.BgClassName
{
background-color: #C21001;
}
</style>
border-color css
<style>
span { border-color: #C21001; }
span { border-color: rgb(194,16,1); }
td.TdClassName
{
border-color: #C21001;
}
.TagClassName
{
border-color: #C21001;
}
</style>