Shades of Free Speech Red #C1140F
Tints of Free Speech Red #C1140F
RGB
CMYK
RGB Variations
Color information
#C1140F (or 0xC1140F) is known color: Free Speech Red. HEX triplet: C1, 14 and 0F. RGB value is (193,20,15). Sum of RGB (Red+Green+Blue) = 193+20+15=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C1140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1140F is #3EEBF0. Grayscale: #474747. Windows color (decimal): -4123633 or 988353. OLE color: 988353.
HSL color Cylindrical-coordinate representation of color #C1140F: hue angle of 1.69º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1140F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 15 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.24 |
| HSL | 1.69º | 0.86% | 0.41% | - |
| HSV(B) | 1.69º | 0.92% | 0.76% | - |
| XYZ | 22.33 | 11.87 | 1.57 | - |
| YUV | 71.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 15 | 0 | 0.90 | 0.92 | 0.24 | 1.69 | 0.86 | 0.41 |
| Hex | C1 | 14 | F | 0 | 5A | 5C | 18 | 2 | 56 | 29 |
| Octal | 301 | 24 | 17 | 0 | 132 | 134 | 30 | 2 | 126 | 51 |
| Binary | 11000001 | 10100 | 1111 | 0 | 1011010 | 1011100 | 11000 | 10 | 1010110 | 101001 |
Color Harmonies of #C1140F
Complementary color
Monochromatic Colors of #C1140F
Black with #C1140F
Text Example
Text Example
White with #C1140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1140F; }
p { color: rgb(193,20,15); }
H1.HeaderClassName
{
color: #C1140F;
}
.AnyTagClassName
{
color: #C1140F;
}
</style>
background-color css
<style>
a { background-color: #C1140F; }
a { background-color: rgb(193,20,15); }
div.DivClassName
{
background-color: #C1140F;
}
.BgClassName
{
background-color: #C1140F;
}
</style>
border-color css
<style>
span { border-color: #C1140F; }
span { border-color: rgb(193,20,15); }
td.TdClassName
{
border-color: #C1140F;
}
.TagClassName
{
border-color: #C1140F;
}
</style>