Shades of Free Speech Red #C11004
Tints of Free Speech Red #C11004
RGB
CMYK
RGB Variations
Color information
#C11004 (or 0xC11004) is known color: Free Speech Red. HEX triplet: C1, 10 and 04. RGB value is (193,16,4). Sum of RGB (Red+Green+Blue) = 193+16+4=213 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.61% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 193 - color contains mainly: red. Hex color #C11004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11004 is #3EEFFB. Grayscale: #434343. Windows color (decimal): -4124668 or 266433. OLE color: 266433.
HSL color Cylindrical-coordinate representation of color #C11004: hue angle of 3.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C11004 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.24 |
| HSL | 3.81º | 0.96% | 0.39% | - |
| HSV(B) | 3.81º | 0.98% | 0.76% | - |
| XYZ | 22.2 | 11.72 | 1.21 | - |
| YUV | 67.56 | 92.14 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 4 | 0 | 0.92 | 0.98 | 0.24 | 3.81 | 0.96 | 0.39 |
| Hex | C1 | 10 | 4 | 0 | 5C | 62 | 18 | 4 | 60 | 27 |
| Octal | 301 | 20 | 4 | 0 | 134 | 142 | 30 | 4 | 140 | 47 |
| Binary | 11000001 | 10000 | 100 | 0 | 1011100 | 1100010 | 11000 | 100 | 1100000 | 100111 |
Color Harmonies of #C11004
Complementary color
Monochromatic Colors of #C11004
Black with #C11004
Text Example
Text Example
White with #C11004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11004; }
p { color: rgb(193,16,4); }
H1.HeaderClassName
{
color: #C11004;
}
.AnyTagClassName
{
color: #C11004;
}
</style>
background-color css
<style>
a { background-color: #C11004; }
a { background-color: rgb(193,16,4); }
div.DivClassName
{
background-color: #C11004;
}
.BgClassName
{
background-color: #C11004;
}
</style>
border-color css
<style>
span { border-color: #C11004; }
span { border-color: rgb(193,16,4); }
td.TdClassName
{
border-color: #C11004;
}
.TagClassName
{
border-color: #C11004;
}
</style>