Shades of Free Speech Red #C41310
Tints of Free Speech Red #C41310
RGB
CMYK
RGB Variations
Color information
#C41310 (or 0xC41310) is known color: Free Speech Red. HEX triplet: C4, 13 and 10. RGB value is (196,19,16). Sum of RGB (Red+Green+Blue) = 196+19+16=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C41310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41310 is #3BECEF. Grayscale: #474747. Windows color (decimal): -3927280 or 1053636. OLE color: 1053636.
HSL color Cylindrical-coordinate representation of color #C41310: hue angle of 1º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41310 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 16 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.23 |
| HSL | 1º | 0.85% | 0.42% | - |
| HSV(B) | 1º | 0.92% | 0.77% | - |
| XYZ | 23.09 | 12.24 | 1.64 | - |
| YUV | 71.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 16 | 0 | 0.90 | 0.92 | 0.23 | 1 | 0.85 | 0.42 |
| Hex | C4 | 13 | 10 | 0 | 5A | 5C | 17 | 1 | 55 | 2A |
| Octal | 304 | 23 | 20 | 0 | 132 | 134 | 27 | 1 | 125 | 52 |
| Binary | 11000100 | 10011 | 10000 | 0 | 1011010 | 1011100 | 10111 | 1 | 1010101 | 101010 |
Color Harmonies of #C41310
Complementary color
Monochromatic Colors of #C41310
Black with #C41310
Text Example
Text Example
White with #C41310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41310; }
p { color: rgb(196,19,16); }
H1.HeaderClassName
{
color: #C41310;
}
.AnyTagClassName
{
color: #C41310;
}
</style>
background-color css
<style>
a { background-color: #C41310; }
a { background-color: rgb(196,19,16); }
div.DivClassName
{
background-color: #C41310;
}
.BgClassName
{
background-color: #C41310;
}
</style>
border-color css
<style>
span { border-color: #C41310; }
span { border-color: rgb(196,19,16); }
td.TdClassName
{
border-color: #C41310;
}
.TagClassName
{
border-color: #C41310;
}
</style>