Shades of Free Speech Red #C11310
Tints of Free Speech Red #C11310
RGB
CMYK
RGB Variations
Color information
#C11310 (or 0xC11310) is known color: Free Speech Red. HEX triplet: C1, 13 and 10. RGB value is (193,19,16). Sum of RGB (Red+Green+Blue) = 193+19+16=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C11310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11310 is #3EECEF. Grayscale: #464646. Windows color (decimal): -4123888 or 1053633. OLE color: 1053633.
HSL color Cylindrical-coordinate representation of color #C11310: hue angle of 1.02º 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 #C11310 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 16 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.24 |
| HSL | 1.02º | 0.85% | 0.41% | - |
| HSV(B) | 1.02º | 0.92% | 0.76% | - |
| XYZ | 22.32 | 11.84 | 1.6 | - |
| YUV | 70.68 | 97.15 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 16 | 0 | 0.90 | 0.92 | 0.24 | 1.02 | 0.85 | 0.41 |
| Hex | C1 | 13 | 10 | 0 | 5A | 5C | 18 | 1 | 55 | 29 |
| Octal | 301 | 23 | 20 | 0 | 132 | 134 | 30 | 1 | 125 | 51 |
| Binary | 11000001 | 10011 | 10000 | 0 | 1011010 | 1011100 | 11000 | 1 | 1010101 | 101001 |
Color Harmonies of #C11310
Complementary color
Monochromatic Colors of #C11310
Black with #C11310
Text Example
Text Example
White with #C11310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11310; }
p { color: rgb(193,19,16); }
H1.HeaderClassName
{
color: #C11310;
}
.AnyTagClassName
{
color: #C11310;
}
</style>
background-color css
<style>
a { background-color: #C11310; }
a { background-color: rgb(193,19,16); }
div.DivClassName
{
background-color: #C11310;
}
.BgClassName
{
background-color: #C11310;
}
</style>
border-color css
<style>
span { border-color: #C11310; }
span { border-color: rgb(193,19,16); }
td.TdClassName
{
border-color: #C11310;
}
.TagClassName
{
border-color: #C11310;
}
</style>