Shades of Free Speech Red #C21400
Tints of Free Speech Red #C21400
RGB
CMYK
RGB Variations
Color information
#C21400 (or 0xC21400) is known color: Free Speech Red. HEX triplet: C2, 14 and 00. RGB value is (194,20,0). Sum of RGB (Red+Green+Blue) = 194+20+0=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C21400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21400 is #3DEBFF. Grayscale: #464646. Windows color (decimal): -4058112 or 5314. OLE color: 5314.
HSL color Cylindrical-coordinate representation of color #C21400: hue angle of 6.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C21400 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.24 |
| HSL | 6.19º | 1% | 0.38% | - |
| HSV(B) | 6.19º | 1% | 0.76% | - |
| XYZ | 22.5 | 11.97 | 1.12 | - |
| YUV | 69.75 | 88.65 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 0 | 0 | 0.90 | 1 | 0.24 | 6.19 | 1 | 0.38 |
| Hex | C2 | 14 | 0 | 0 | 5A | 64 | 18 | 6 | 64 | 26 |
| Octal | 302 | 24 | 0 | 0 | 132 | 144 | 30 | 6 | 144 | 46 |
| Binary | 11000010 | 10100 | 0 | 0 | 1011010 | 1100100 | 11000 | 110 | 1100100 | 100110 |
Color Harmonies of #C21400
Complementary color
Monochromatic Colors of #C21400
Black with #C21400
Text Example
Text Example
White with #C21400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21400; }
p { color: rgb(194,20,0); }
H1.HeaderClassName
{
color: #C21400;
}
.AnyTagClassName
{
color: #C21400;
}
</style>
background-color css
<style>
a { background-color: #C21400; }
a { background-color: rgb(194,20,0); }
div.DivClassName
{
background-color: #C21400;
}
.BgClassName
{
background-color: #C21400;
}
</style>
border-color css
<style>
span { border-color: #C21400; }
span { border-color: rgb(194,20,0); }
td.TdClassName
{
border-color: #C21400;
}
.TagClassName
{
border-color: #C21400;
}
</style>