Shades of Free Speech Red #C11312
Tints of Free Speech Red #C11312
RGB
CMYK
RGB Variations
Color information
#C11312 (or 0xC11312) is known color: Free Speech Red. HEX triplet: C1, 13 and 12. RGB value is (193,19,18). Sum of RGB (Red+Green+Blue) = 193+19+18=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C11312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11312 is #3EECED. Grayscale: #474747. Windows color (decimal): -4123886 or 1184705. OLE color: 1184705.
HSL color Cylindrical-coordinate representation of color #C11312: hue angle of 0.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11312 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 18 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.24 |
| HSL | 0.34º | 0.83% | 0.41% | - |
| HSV(B) | 0.34º | 0.91% | 0.76% | - |
| XYZ | 22.33 | 11.85 | 1.68 | - |
| YUV | 70.91 | 98.15 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 18 | 0 | 0.90 | 0.91 | 0.24 | 0.34 | 0.83 | 0.41 |
| Hex | C1 | 13 | 12 | 0 | 5A | 5B | 18 | 0 | 53 | 29 |
| Octal | 301 | 23 | 22 | 0 | 132 | 133 | 30 | 0 | 123 | 51 |
| Binary | 11000001 | 10011 | 10010 | 0 | 1011010 | 1011011 | 11000 | 0 | 1010011 | 101001 |
Color Harmonies of #C11312
Complementary color
Monochromatic Colors of #C11312
Black with #C11312
Text Example
Text Example
White with #C11312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11312; }
p { color: rgb(193,19,18); }
H1.HeaderClassName
{
color: #C11312;
}
.AnyTagClassName
{
color: #C11312;
}
</style>
background-color css
<style>
a { background-color: #C11312; }
a { background-color: rgb(193,19,18); }
div.DivClassName
{
background-color: #C11312;
}
.BgClassName
{
background-color: #C11312;
}
</style>
border-color css
<style>
span { border-color: #C11312; }
span { border-color: rgb(193,19,18); }
td.TdClassName
{
border-color: #C11312;
}
.TagClassName
{
border-color: #C11312;
}
</style>