Shades of Free Speech Red #C1130C
Tints of Free Speech Red #C1130C
RGB
CMYK
RGB Variations
Color information
#C1130C (or 0xC1130C) is known color: Free Speech Red. HEX triplet: C1, 13 and 0C. RGB value is (193,19,12). Sum of RGB (Red+Green+Blue) = 193+19+12=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C1130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1130C is #3EECF3. Grayscale: #464646. Windows color (decimal): -4123892 or 791489. OLE color: 791489.
HSL color Cylindrical-coordinate representation of color #C1130C: hue angle of 2.32º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1130C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.24 |
| HSL | 2.32º | 0.88% | 0.4% | - |
| HSV(B) | 2.32º | 0.94% | 0.76% | - |
| XYZ | 22.29 | 11.83 | 1.46 | - |
| YUV | 70.23 | 95.15 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 12 | 0 | 0.90 | 0.94 | 0.24 | 2.32 | 0.88 | 0.4 |
| Hex | C1 | 13 | C | 0 | 5A | 5E | 18 | 2 | 58 | 28 |
| Octal | 301 | 23 | 14 | 0 | 132 | 136 | 30 | 2 | 130 | 50 |
| Binary | 11000001 | 10011 | 1100 | 0 | 1011010 | 1011110 | 11000 | 10 | 1011000 | 101000 |
Color Harmonies of #C1130C
Complementary color
Monochromatic Colors of #C1130C
Black with #C1130C
Text Example
Text Example
White with #C1130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1130C; }
p { color: rgb(193,19,12); }
H1.HeaderClassName
{
color: #C1130C;
}
.AnyTagClassName
{
color: #C1130C;
}
</style>
background-color css
<style>
a { background-color: #C1130C; }
a { background-color: rgb(193,19,12); }
div.DivClassName
{
background-color: #C1130C;
}
.BgClassName
{
background-color: #C1130C;
}
</style>
border-color css
<style>
span { border-color: #C1130C; }
span { border-color: rgb(193,19,12); }
td.TdClassName
{
border-color: #C1130C;
}
.TagClassName
{
border-color: #C1130C;
}
</style>