Shades of Free Speech Red #C11005
Tints of Free Speech Red #C11005
RGB
CMYK
RGB Variations
Color information
#C11005 (or 0xC11005) is known color: Free Speech Red. HEX triplet: C1, 10 and 05. RGB value is (193,16,5). Sum of RGB (Red+Green+Blue) = 193+16+5=214 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.19% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 193 - color contains mainly: red. Hex color #C11005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11005 is #3EEFFA. Grayscale: #434343. Windows color (decimal): -4124667 or 331969. OLE color: 331969.
HSL color Cylindrical-coordinate representation of color #C11005: hue angle of 3.51º 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 #C11005 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 5 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.24 |
| HSL | 3.51º | 0.95% | 0.39% | - |
| HSV(B) | 3.51º | 0.97% | 0.76% | - |
| XYZ | 22.21 | 11.72 | 1.24 | - |
| YUV | 67.67 | 92.64 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 5 | 0 | 0.92 | 0.97 | 0.24 | 3.51 | 0.95 | 0.39 |
| Hex | C1 | 10 | 5 | 0 | 5C | 61 | 18 | 4 | 5F | 27 |
| Octal | 301 | 20 | 5 | 0 | 134 | 141 | 30 | 4 | 137 | 47 |
| Binary | 11000001 | 10000 | 101 | 0 | 1011100 | 1100001 | 11000 | 100 | 1011111 | 100111 |
Color Harmonies of #C11005
Complementary color
Monochromatic Colors of #C11005
Black with #C11005
Text Example
Text Example
White with #C11005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11005; }
p { color: rgb(193,16,5); }
H1.HeaderClassName
{
color: #C11005;
}
.AnyTagClassName
{
color: #C11005;
}
</style>
background-color css
<style>
a { background-color: #C11005; }
a { background-color: rgb(193,16,5); }
div.DivClassName
{
background-color: #C11005;
}
.BgClassName
{
background-color: #C11005;
}
</style>
border-color css
<style>
span { border-color: #C11005; }
span { border-color: rgb(193,16,5); }
td.TdClassName
{
border-color: #C11005;
}
.TagClassName
{
border-color: #C11005;
}
</style>