Shades of Free Speech Red #C21809
Tints of Free Speech Red #C21809
RGB
CMYK
RGB Variations
Color information
#C21809 (or 0xC21809) is known color: Free Speech Red. HEX triplet: C2, 18 and 09. RGB value is (194,24,9). Sum of RGB (Red+Green+Blue) = 194+24+9=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C21809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21809 is #3DE7F6. Grayscale: #494949. Windows color (decimal): -4057079 or 596162. OLE color: 596162.
HSL color Cylindrical-coordinate representation of color #C21809: hue angle of 4.86º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C21809 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 9 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.24 |
| HSL | 4.86º | 0.91% | 0.4% | - |
| HSV(B) | 4.86º | 0.95% | 0.76% | - |
| XYZ | 22.62 | 12.14 | 1.41 | - |
| YUV | 73.12 | 91.82 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 9 | 0 | 0.88 | 0.95 | 0.24 | 4.86 | 0.91 | 0.4 |
| Hex | C2 | 18 | 9 | 0 | 58 | 5F | 18 | 5 | 5B | 28 |
| Octal | 302 | 30 | 11 | 0 | 130 | 137 | 30 | 5 | 133 | 50 |
| Binary | 11000010 | 11000 | 1001 | 0 | 1011000 | 1011111 | 11000 | 101 | 1011011 | 101000 |
Color Harmonies of #C21809
Complementary color
Monochromatic Colors of #C21809
Black with #C21809
Text Example
Text Example
White with #C21809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21809; }
p { color: rgb(194,24,9); }
H1.HeaderClassName
{
color: #C21809;
}
.AnyTagClassName
{
color: #C21809;
}
</style>
background-color css
<style>
a { background-color: #C21809; }
a { background-color: rgb(194,24,9); }
div.DivClassName
{
background-color: #C21809;
}
.BgClassName
{
background-color: #C21809;
}
</style>
border-color css
<style>
span { border-color: #C21809; }
span { border-color: rgb(194,24,9); }
td.TdClassName
{
border-color: #C21809;
}
.TagClassName
{
border-color: #C21809;
}
</style>