Shades of Free Speech Red #C21605
Tints of Free Speech Red #C21605
RGB
CMYK
RGB Variations
Color information
#C21605 (or 0xC21605) is known color: Free Speech Red. HEX triplet: C2, 16 and 05. RGB value is (194,22,5). Sum of RGB (Red+Green+Blue) = 194+22+5=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C21605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21605 is #3DE9FA. Grayscale: #474747. Windows color (decimal): -4057595 or 333506. OLE color: 333506.
HSL color Cylindrical-coordinate representation of color #C21605: hue angle of 5.4º 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 #C21605 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.24 |
| HSL | 5.4º | 0.95% | 0.39% | - |
| HSV(B) | 5.4º | 0.97% | 0.76% | - |
| XYZ | 22.56 | 12.05 | 1.28 | - |
| YUV | 71.49 | 90.48 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 5 | 0 | 0.89 | 0.97 | 0.24 | 5.4 | 0.95 | 0.39 |
| Hex | C2 | 16 | 5 | 0 | 59 | 61 | 18 | 5 | 5F | 27 |
| Octal | 302 | 26 | 5 | 0 | 131 | 141 | 30 | 5 | 137 | 47 |
| Binary | 11000010 | 10110 | 101 | 0 | 1011001 | 1100001 | 11000 | 101 | 1011111 | 100111 |
Color Harmonies of #C21605
Complementary color
Monochromatic Colors of #C21605
Black with #C21605
Text Example
Text Example
White with #C21605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21605; }
p { color: rgb(194,22,5); }
H1.HeaderClassName
{
color: #C21605;
}
.AnyTagClassName
{
color: #C21605;
}
</style>
background-color css
<style>
a { background-color: #C21605; }
a { background-color: rgb(194,22,5); }
div.DivClassName
{
background-color: #C21605;
}
.BgClassName
{
background-color: #C21605;
}
</style>
border-color css
<style>
span { border-color: #C21605; }
span { border-color: rgb(194,22,5); }
td.TdClassName
{
border-color: #C21605;
}
.TagClassName
{
border-color: #C21605;
}
</style>