Shades of Free Speech Red #C21204
Tints of Free Speech Red #C21204
RGB
CMYK
RGB Variations
Color information
#C21204 (or 0xC21204) is known color: Free Speech Red. HEX triplet: C2, 12 and 04. RGB value is (194,18,4). Sum of RGB (Red+Green+Blue) = 194+18+4=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C21204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21204 is #3DEDFB. Grayscale: #454545. Windows color (decimal): -4058620 or 266946. OLE color: 266946.
HSL color Cylindrical-coordinate representation of color #C21204: hue angle of 4.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C21204 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.24 |
| HSL | 4.42º | 0.96% | 0.39% | - |
| HSV(B) | 4.42º | 0.98% | 0.76% | - |
| XYZ | 22.49 | 11.91 | 1.23 | - |
| YUV | 69.03 | 91.31 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 4 | 0 | 0.91 | 0.98 | 0.24 | 4.42 | 0.96 | 0.39 |
| Hex | C2 | 12 | 4 | 0 | 5B | 62 | 18 | 4 | 60 | 27 |
| Octal | 302 | 22 | 4 | 0 | 133 | 142 | 30 | 4 | 140 | 47 |
| Binary | 11000010 | 10010 | 100 | 0 | 1011011 | 1100010 | 11000 | 100 | 1100000 | 100111 |
Color Harmonies of #C21204
Complementary color
Monochromatic Colors of #C21204
Black with #C21204
Text Example
Text Example
White with #C21204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21204; }
p { color: rgb(194,18,4); }
H1.HeaderClassName
{
color: #C21204;
}
.AnyTagClassName
{
color: #C21204;
}
</style>
background-color css
<style>
a { background-color: #C21204; }
a { background-color: rgb(194,18,4); }
div.DivClassName
{
background-color: #C21204;
}
.BgClassName
{
background-color: #C21204;
}
</style>
border-color css
<style>
span { border-color: #C21204; }
span { border-color: rgb(194,18,4); }
td.TdClassName
{
border-color: #C21204;
}
.TagClassName
{
border-color: #C21204;
}
</style>