Shades of Free Speech Red #C11009
Tints of Free Speech Red #C11009
RGB
CMYK
RGB Variations
Color information
#C11009 (or 0xC11009) is known color: Free Speech Red. HEX triplet: C1, 10 and 09. RGB value is (193,16,9). Sum of RGB (Red+Green+Blue) = 193+16+9=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C11009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11009 is #3EEFF6. Grayscale: #444444. Windows color (decimal): -4124663 or 594113. OLE color: 594113.
HSL color Cylindrical-coordinate representation of color #C11009: hue angle of 2.28º 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 #C11009 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 9 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.24 |
| HSL | 2.28º | 0.91% | 0.4% | - |
| HSV(B) | 2.28º | 0.95% | 0.76% | - |
| XYZ | 22.23 | 11.73 | 1.35 | - |
| YUV | 68.13 | 94.64 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 9 | 0 | 0.92 | 0.95 | 0.24 | 2.28 | 0.91 | 0.4 |
| Hex | C1 | 10 | 9 | 0 | 5C | 5F | 18 | 2 | 5B | 28 |
| Octal | 301 | 20 | 11 | 0 | 134 | 137 | 30 | 2 | 133 | 50 |
| Binary | 11000001 | 10000 | 1001 | 0 | 1011100 | 1011111 | 11000 | 10 | 1011011 | 101000 |
Color Harmonies of #C11009
Complementary color
Monochromatic Colors of #C11009
Black with #C11009
Text Example
Text Example
White with #C11009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11009; }
p { color: rgb(193,16,9); }
H1.HeaderClassName
{
color: #C11009;
}
.AnyTagClassName
{
color: #C11009;
}
</style>
background-color css
<style>
a { background-color: #C11009; }
a { background-color: rgb(193,16,9); }
div.DivClassName
{
background-color: #C11009;
}
.BgClassName
{
background-color: #C11009;
}
</style>
border-color css
<style>
span { border-color: #C11009; }
span { border-color: rgb(193,16,9); }
td.TdClassName
{
border-color: #C11009;
}
.TagClassName
{
border-color: #C11009;
}
</style>