Shades of Free Speech Red #C11410
Tints of Free Speech Red #C11410
RGB
CMYK
RGB Variations
Color information
#C11410 (or 0xC11410) is known color: Free Speech Red. HEX triplet: C1, 14 and 10. RGB value is (193,20,16). Sum of RGB (Red+Green+Blue) = 193+20+16=229 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.28% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 193 - color contains mainly: red. Hex color #C11410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11410 is #3EEBEF. Grayscale: #474747. Windows color (decimal): -4123632 or 1053889. OLE color: 1053889.
HSL color Cylindrical-coordinate representation of color #C11410: hue angle of 1.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11410 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 16 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.24 |
| HSL | 1.36º | 0.85% | 0.41% | - |
| HSV(B) | 1.36º | 0.92% | 0.76% | - |
| XYZ | 22.34 | 11.88 | 1.61 | - |
| YUV | 71.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 16 | 0 | 0.90 | 0.92 | 0.24 | 1.36 | 0.85 | 0.41 |
| Hex | C1 | 14 | 10 | 0 | 5A | 5C | 18 | 1 | 55 | 29 |
| Octal | 301 | 24 | 20 | 0 | 132 | 134 | 30 | 1 | 125 | 51 |
| Binary | 11000001 | 10100 | 10000 | 0 | 1011010 | 1011100 | 11000 | 1 | 1010101 | 101001 |
Color Harmonies of #C11410
Complementary color
Monochromatic Colors of #C11410
Black with #C11410
Text Example
Text Example
White with #C11410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11410; }
p { color: rgb(193,20,16); }
H1.HeaderClassName
{
color: #C11410;
}
.AnyTagClassName
{
color: #C11410;
}
</style>
background-color css
<style>
a { background-color: #C11410; }
a { background-color: rgb(193,20,16); }
div.DivClassName
{
background-color: #C11410;
}
.BgClassName
{
background-color: #C11410;
}
</style>
border-color css
<style>
span { border-color: #C11410; }
span { border-color: rgb(193,20,16); }
td.TdClassName
{
border-color: #C11410;
}
.TagClassName
{
border-color: #C11410;
}
</style>