Shades of Free Speech Red #C11209
Tints of Free Speech Red #C11209
RGB
CMYK
RGB Variations
Color information
#C11209 (or 0xC11209) is known color: Free Speech Red. HEX triplet: C1, 12 and 09. RGB value is (193,18,9). Sum of RGB (Red+Green+Blue) = 193+18+9=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C11209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11209 is #3EEDF6. Grayscale: #454545. Windows color (decimal): -4124151 or 594625. OLE color: 594625.
HSL color Cylindrical-coordinate representation of color #C11209: hue angle of 2.93º 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 #C11209 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 9 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.24 |
| HSL | 2.93º | 0.91% | 0.4% | - |
| HSV(B) | 2.93º | 0.95% | 0.76% | - |
| XYZ | 22.26 | 11.79 | 1.36 | - |
| YUV | 69.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 9 | 0 | 0.91 | 0.95 | 0.24 | 2.93 | 0.91 | 0.4 |
| Hex | C1 | 12 | 9 | 0 | 5B | 5F | 18 | 3 | 5B | 28 |
| Octal | 301 | 22 | 11 | 0 | 133 | 137 | 30 | 3 | 133 | 50 |
| Binary | 11000001 | 10010 | 1001 | 0 | 1011011 | 1011111 | 11000 | 11 | 1011011 | 101000 |
Color Harmonies of #C11209
Complementary color
Monochromatic Colors of #C11209
Black with #C11209
Text Example
Text Example
White with #C11209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11209; }
p { color: rgb(193,18,9); }
H1.HeaderClassName
{
color: #C11209;
}
.AnyTagClassName
{
color: #C11209;
}
</style>
background-color css
<style>
a { background-color: #C11209; }
a { background-color: rgb(193,18,9); }
div.DivClassName
{
background-color: #C11209;
}
.BgClassName
{
background-color: #C11209;
}
</style>
border-color css
<style>
span { border-color: #C11209; }
span { border-color: rgb(193,18,9); }
td.TdClassName
{
border-color: #C11209;
}
.TagClassName
{
border-color: #C11209;
}
</style>