Shades of Free Speech Red #C41313
Tints of Free Speech Red #C41313
RGB
CMYK
RGB Variations
Color information
#C41313 (or 0xC41313) is known color: Free Speech Red. HEX triplet: C4, 13 and 13. RGB value is (196,19,19). Sum of RGB (Red+Green+Blue) = 196+19+19=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C41313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41313 is #3BECEC. Grayscale: #484848. Windows color (decimal): -3927277 or 1250244. OLE color: 1250244.
HSL color Cylindrical-coordinate representation of color #C41313: hue angle of 0º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41313 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 19 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.23 |
| HSL | 0º | 0.82% | 0.42% | - |
| HSV(B) | 0º | 0.9% | 0.77% | - |
| XYZ | 23.12 | 12.25 | 1.76 | - |
| YUV | 71.92 | 98.14 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 19 | 0 | 0.90 | 0.90 | 0.23 | 0 | 0.82 | 0.42 |
| Hex | C4 | 13 | 13 | 0 | 5A | 5A | 17 | 0 | 52 | 2A |
| Octal | 304 | 23 | 23 | 0 | 132 | 132 | 27 | 0 | 122 | 52 |
| Binary | 11000100 | 10011 | 10011 | 0 | 1011010 | 1011010 | 10111 | 0 | 1010010 | 101010 |
Color Harmonies of #C41313
Complementary color
Monochromatic Colors of #C41313
Black with #C41313
Text Example
Text Example
White with #C41313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41313; }
p { color: rgb(196,19,19); }
H1.HeaderClassName
{
color: #C41313;
}
.AnyTagClassName
{
color: #C41313;
}
</style>
background-color css
<style>
a { background-color: #C41313; }
a { background-color: rgb(196,19,19); }
div.DivClassName
{
background-color: #C41313;
}
.BgClassName
{
background-color: #C41313;
}
</style>
border-color css
<style>
span { border-color: #C41313; }
span { border-color: rgb(196,19,19); }
td.TdClassName
{
border-color: #C41313;
}
.TagClassName
{
border-color: #C41313;
}
</style>