Shades of Free Speech Red #C1170D
Tints of Free Speech Red #C1170D
RGB
CMYK
RGB Variations
Color information
#C1170D (or 0xC1170D) is known color: Free Speech Red. HEX triplet: C1, 17 and 0D. RGB value is (193,23,13). Sum of RGB (Red+Green+Blue) = 193+23+13=229 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.28% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 193 - color contains mainly: red. Hex color #C1170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1170D is #3EE8F2. Grayscale: #484848. Windows color (decimal): -4122867 or 858049. OLE color: 858049.
HSL color Cylindrical-coordinate representation of color #C1170D: hue angle of 3.33º 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 #C1170D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 13 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.24 |
| HSL | 3.33º | 0.87% | 0.4% | - |
| HSV(B) | 3.33º | 0.93% | 0.76% | - |
| XYZ | 22.37 | 11.98 | 1.51 | - |
| YUV | 72.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 13 | 0 | 0.88 | 0.93 | 0.24 | 3.33 | 0.87 | 0.4 |
| Hex | C1 | 17 | D | 0 | 58 | 5D | 18 | 3 | 57 | 28 |
| Octal | 301 | 27 | 15 | 0 | 130 | 135 | 30 | 3 | 127 | 50 |
| Binary | 11000001 | 10111 | 1101 | 0 | 1011000 | 1011101 | 11000 | 11 | 1010111 | 101000 |
Color Harmonies of #C1170D
Complementary color
Monochromatic Colors of #C1170D
Black with #C1170D
Text Example
Text Example
White with #C1170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1170D; }
p { color: rgb(193,23,13); }
H1.HeaderClassName
{
color: #C1170D;
}
.AnyTagClassName
{
color: #C1170D;
}
</style>
background-color css
<style>
a { background-color: #C1170D; }
a { background-color: rgb(193,23,13); }
div.DivClassName
{
background-color: #C1170D;
}
.BgClassName
{
background-color: #C1170D;
}
</style>
border-color css
<style>
span { border-color: #C1170D; }
span { border-color: rgb(193,23,13); }
td.TdClassName
{
border-color: #C1170D;
}
.TagClassName
{
border-color: #C1170D;
}
</style>