Shades of Free Speech Red #C41000
Tints of Free Speech Red #C41000
RGB
CMYK
RGB Variations
Color information
#C41000 (or 0xC41000) is known color: Free Speech Red. HEX triplet: C4, 10 and 00. RGB value is (196,16,0). Sum of RGB (Red+Green+Blue) = 196+16+0=212 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.45% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 196 - color contains mainly: red. Hex color #C41000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41000 is #3BEFFF. Grayscale: #444444. Windows color (decimal): -3928064 or 4292. OLE color: 4292.
HSL color Cylindrical-coordinate representation of color #C41000: hue angle of 4.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C41000 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.23 |
| HSL | 4.9º | 1% | 0.38% | - |
| HSV(B) | 4.9º | 1% | 0.77% | - |
| XYZ | 22.95 | 12.11 | 1.13 | - |
| YUV | 68 | 89.63 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 0 | 0 | 0.92 | 1 | 0.23 | 4.9 | 1 | 0.38 |
| Hex | C4 | 10 | 0 | 0 | 5C | 64 | 17 | 5 | 64 | 26 |
| Octal | 304 | 20 | 0 | 0 | 134 | 144 | 27 | 5 | 144 | 46 |
| Binary | 11000100 | 10000 | 0 | 0 | 1011100 | 1100100 | 10111 | 101 | 1100100 | 100110 |
Color Harmonies of #C41000
Complementary color
Monochromatic Colors of #C41000
Black with #C41000
Text Example
Text Example
White with #C41000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41000; }
p { color: rgb(196,16,0); }
H1.HeaderClassName
{
color: #C41000;
}
.AnyTagClassName
{
color: #C41000;
}
</style>
background-color css
<style>
a { background-color: #C41000; }
a { background-color: rgb(196,16,0); }
div.DivClassName
{
background-color: #C41000;
}
.BgClassName
{
background-color: #C41000;
}
</style>
border-color css
<style>
span { border-color: #C41000; }
span { border-color: rgb(196,16,0); }
td.TdClassName
{
border-color: #C41000;
}
.TagClassName
{
border-color: #C41000;
}
</style>