Shades of Free Speech Red #C1130D
Tints of Free Speech Red #C1130D
RGB
CMYK
RGB Variations
Color information
#C1130D (or 0xC1130D) is known color: Free Speech Red. HEX triplet: C1, 13 and 0D. RGB value is (193,19,13). Sum of RGB (Red+Green+Blue) = 193+19+13=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C1130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1130D is #3EECF2. Grayscale: #464646. Windows color (decimal): -4123891 or 857025. OLE color: 857025.
HSL color Cylindrical-coordinate representation of color #C1130D: hue angle of 2º 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 #C1130D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 13 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.24 |
| HSL | 2º | 0.87% | 0.4% | - |
| HSV(B) | 2º | 0.93% | 0.76% | - |
| XYZ | 22.3 | 11.83 | 1.49 | - |
| YUV | 70.34 | 95.65 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 13 | 0 | 0.90 | 0.93 | 0.24 | 2 | 0.87 | 0.4 |
| Hex | C1 | 13 | D | 0 | 5A | 5D | 18 | 2 | 57 | 28 |
| Octal | 301 | 23 | 15 | 0 | 132 | 135 | 30 | 2 | 127 | 50 |
| Binary | 11000001 | 10011 | 1101 | 0 | 1011010 | 1011101 | 11000 | 10 | 1010111 | 101000 |
Color Harmonies of #C1130D
Complementary color
Monochromatic Colors of #C1130D
Black with #C1130D
Text Example
Text Example
White with #C1130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1130D; }
p { color: rgb(193,19,13); }
H1.HeaderClassName
{
color: #C1130D;
}
.AnyTagClassName
{
color: #C1130D;
}
</style>
background-color css
<style>
a { background-color: #C1130D; }
a { background-color: rgb(193,19,13); }
div.DivClassName
{
background-color: #C1130D;
}
.BgClassName
{
background-color: #C1130D;
}
</style>
border-color css
<style>
span { border-color: #C1130D; }
span { border-color: rgb(193,19,13); }
td.TdClassName
{
border-color: #C1130D;
}
.TagClassName
{
border-color: #C1130D;
}
</style>