Shades of Free Speech Red #C11306
Tints of Free Speech Red #C11306
RGB
CMYK
RGB Variations
Color information
#C11306 (or 0xC11306) is known color: Free Speech Red. HEX triplet: C1, 13 and 06. RGB value is (193,19,6). Sum of RGB (Red+Green+Blue) = 193+19+6=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C11306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11306 is #3EECF9. Grayscale: #454545. Windows color (decimal): -4123898 or 398273. OLE color: 398273.
HSL color Cylindrical-coordinate representation of color #C11306: hue angle of 4.17º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C11306 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 6 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.24 |
| HSL | 4.17º | 0.94% | 0.39% | - |
| HSV(B) | 4.17º | 0.97% | 0.76% | - |
| XYZ | 22.26 | 11.82 | 1.28 | - |
| YUV | 69.54 | 92.15 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 6 | 0 | 0.90 | 0.97 | 0.24 | 4.17 | 0.94 | 0.39 |
| Hex | C1 | 13 | 6 | 0 | 5A | 61 | 18 | 4 | 5E | 27 |
| Octal | 301 | 23 | 6 | 0 | 132 | 141 | 30 | 4 | 136 | 47 |
| Binary | 11000001 | 10011 | 110 | 0 | 1011010 | 1100001 | 11000 | 100 | 1011110 | 100111 |
Color Harmonies of #C11306
Complementary color
Monochromatic Colors of #C11306
Black with #C11306
Text Example
Text Example
White with #C11306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11306; }
p { color: rgb(193,19,6); }
H1.HeaderClassName
{
color: #C11306;
}
.AnyTagClassName
{
color: #C11306;
}
</style>
background-color css
<style>
a { background-color: #C11306; }
a { background-color: rgb(193,19,6); }
div.DivClassName
{
background-color: #C11306;
}
.BgClassName
{
background-color: #C11306;
}
</style>
border-color css
<style>
span { border-color: #C11306; }
span { border-color: rgb(193,19,6); }
td.TdClassName
{
border-color: #C11306;
}
.TagClassName
{
border-color: #C11306;
}
</style>