Shades of Free Speech Red #C21505
Tints of Free Speech Red #C21505
RGB
CMYK
RGB Variations
Color information
#C21505 (or 0xC21505) is known color: Free Speech Red. HEX triplet: C2, 15 and 05. RGB value is (194,21,5). Sum of RGB (Red+Green+Blue) = 194+21+5=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C21505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21505 is #3DEAFA. Grayscale: #474747. Windows color (decimal): -4057851 or 333250. OLE color: 333250.
HSL color Cylindrical-coordinate representation of color #C21505: hue angle of 5.08º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C21505 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.24 |
| HSL | 5.08º | 0.95% | 0.39% | - |
| HSV(B) | 5.08º | 0.97% | 0.76% | - |
| XYZ | 22.54 | 12.02 | 1.27 | - |
| YUV | 70.9 | 90.81 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 5 | 0 | 0.89 | 0.97 | 0.24 | 5.08 | 0.95 | 0.39 |
| Hex | C2 | 15 | 5 | 0 | 59 | 61 | 18 | 5 | 5F | 27 |
| Octal | 302 | 25 | 5 | 0 | 131 | 141 | 30 | 5 | 137 | 47 |
| Binary | 11000010 | 10101 | 101 | 0 | 1011001 | 1100001 | 11000 | 101 | 1011111 | 100111 |
Color Harmonies of #C21505
Complementary color
Monochromatic Colors of #C21505
Black with #C21505
Text Example
Text Example
White with #C21505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21505; }
p { color: rgb(194,21,5); }
H1.HeaderClassName
{
color: #C21505;
}
.AnyTagClassName
{
color: #C21505;
}
</style>
background-color css
<style>
a { background-color: #C21505; }
a { background-color: rgb(194,21,5); }
div.DivClassName
{
background-color: #C21505;
}
.BgClassName
{
background-color: #C21505;
}
</style>
border-color css
<style>
span { border-color: #C21505; }
span { border-color: rgb(194,21,5); }
td.TdClassName
{
border-color: #C21505;
}
.TagClassName
{
border-color: #C21505;
}
</style>