Shades of Free Speech Red #C41108
Tints of Free Speech Red #C41108
RGB
CMYK
RGB Variations
Color information
#C41108 (or 0xC41108) is known color: Free Speech Red. HEX triplet: C4, 11 and 08. RGB value is (196,17,8). Sum of RGB (Red+Green+Blue) = 196+17+8=221 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.69% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 196 - color contains mainly: red. Hex color #C41108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41108 is #3BEEF7. Grayscale: #454545. Windows color (decimal): -3927800 or 528836. OLE color: 528836.
HSL color Cylindrical-coordinate representation of color #C41108: hue angle of 2.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C41108 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.23 |
| HSL | 2.87º | 0.92% | 0.4% | - |
| HSV(B) | 2.87º | 0.96% | 0.77% | - |
| XYZ | 23.01 | 12.15 | 1.36 | - |
| YUV | 69.5 | 93.3 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 8 | 0 | 0.91 | 0.96 | 0.23 | 2.87 | 0.92 | 0.4 |
| Hex | C4 | 11 | 8 | 0 | 5B | 60 | 17 | 3 | 5C | 28 |
| Octal | 304 | 21 | 10 | 0 | 133 | 140 | 27 | 3 | 134 | 50 |
| Binary | 11000100 | 10001 | 1000 | 0 | 1011011 | 1100000 | 10111 | 11 | 1011100 | 101000 |
Color Harmonies of #C41108
Complementary color
Monochromatic Colors of #C41108
Black with #C41108
Text Example
Text Example
White with #C41108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41108; }
p { color: rgb(196,17,8); }
H1.HeaderClassName
{
color: #C41108;
}
.AnyTagClassName
{
color: #C41108;
}
</style>
background-color css
<style>
a { background-color: #C41108; }
a { background-color: rgb(196,17,8); }
div.DivClassName
{
background-color: #C41108;
}
.BgClassName
{
background-color: #C41108;
}
</style>
border-color css
<style>
span { border-color: #C41108; }
span { border-color: rgb(196,17,8); }
td.TdClassName
{
border-color: #C41108;
}
.TagClassName
{
border-color: #C41108;
}
</style>