Shades of Free Speech Red #C1120D
Tints of Free Speech Red #C1120D
RGB
CMYK
RGB Variations
Color information
#C1120D (or 0xC1120D) is known color: Free Speech Red. HEX triplet: C1, 12 and 0D. RGB value is (193,18,13). Sum of RGB (Red+Green+Blue) = 193+18+13=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C1120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1120D is #3EEDF2. Grayscale: #454545. Windows color (decimal): -4124147 or 856769. OLE color: 856769.
HSL color Cylindrical-coordinate representation of color #C1120D: hue angle of 1.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1120D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 13 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.24 |
| HSL | 1.67º | 0.87% | 0.4% | - |
| HSV(B) | 1.67º | 0.93% | 0.76% | - |
| XYZ | 22.28 | 11.8 | 1.48 | - |
| YUV | 69.76 | 95.98 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 13 | 0 | 0.91 | 0.93 | 0.24 | 1.67 | 0.87 | 0.4 |
| Hex | C1 | 12 | D | 0 | 5B | 5D | 18 | 2 | 57 | 28 |
| Octal | 301 | 22 | 15 | 0 | 133 | 135 | 30 | 2 | 127 | 50 |
| Binary | 11000001 | 10010 | 1101 | 0 | 1011011 | 1011101 | 11000 | 10 | 1010111 | 101000 |
Color Harmonies of #C1120D
Complementary color
Monochromatic Colors of #C1120D
Black with #C1120D
Text Example
Text Example
White with #C1120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1120D; }
p { color: rgb(193,18,13); }
H1.HeaderClassName
{
color: #C1120D;
}
.AnyTagClassName
{
color: #C1120D;
}
</style>
background-color css
<style>
a { background-color: #C1120D; }
a { background-color: rgb(193,18,13); }
div.DivClassName
{
background-color: #C1120D;
}
.BgClassName
{
background-color: #C1120D;
}
</style>
border-color css
<style>
span { border-color: #C1120D; }
span { border-color: rgb(193,18,13); }
td.TdClassName
{
border-color: #C1120D;
}
.TagClassName
{
border-color: #C1120D;
}
</style>