Shades of Free Speech Red #C11A08
Tints of Free Speech Red #C11A08
RGB
CMYK
RGB Variations
Color information
#C11A08 (or 0xC11A08) is known color: Free Speech Red. HEX triplet: C1, 1A and 08. RGB value is (193,26,8). Sum of RGB (Red+Green+Blue) = 193+26+8=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11A08 is #3EE5F7. Grayscale: #4A4A4A. Windows color (decimal): -4122104 or 531137. OLE color: 531137.
HSL color Cylindrical-coordinate representation of color #C11A08: hue angle of 5.84º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C11A08 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.24 |
| HSL | 5.84º | 0.92% | 0.39% | - |
| HSV(B) | 5.84º | 0.96% | 0.76% | - |
| XYZ | 22.41 | 12.09 | 1.38 | - |
| YUV | 73.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 8 | 0 | 0.87 | 0.96 | 0.24 | 5.84 | 0.92 | 0.39 |
| Hex | C1 | 1A | 8 | 0 | 57 | 60 | 18 | 6 | 5C | 27 |
| Octal | 301 | 32 | 10 | 0 | 127 | 140 | 30 | 6 | 134 | 47 |
| Binary | 11000001 | 11010 | 1000 | 0 | 1010111 | 1100000 | 11000 | 110 | 1011100 | 100111 |
Color Harmonies of #C11A08
Complementary color
Monochromatic Colors of #C11A08
Black with #C11A08
Text Example
Text Example
White with #C11A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A08; }
p { color: rgb(193,26,8); }
H1.HeaderClassName
{
color: #C11A08;
}
.AnyTagClassName
{
color: #C11A08;
}
</style>
background-color css
<style>
a { background-color: #C11A08; }
a { background-color: rgb(193,26,8); }
div.DivClassName
{
background-color: #C11A08;
}
.BgClassName
{
background-color: #C11A08;
}
</style>
border-color css
<style>
span { border-color: #C11A08; }
span { border-color: rgb(193,26,8); }
td.TdClassName
{
border-color: #C11A08;
}
.TagClassName
{
border-color: #C11A08;
}
</style>