Shades of Free Speech Red #C41700
Tints of Free Speech Red #C41700
RGB
CMYK
RGB Variations
Color information
#C41700 (or 0xC41700) is known color: Free Speech Red. HEX triplet: C4, 17 and 00. RGB value is (196,23,0). Sum of RGB (Red+Green+Blue) = 196+23+0=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C41700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41700 is #3BE8FF. Grayscale: #484848. Windows color (decimal): -3926272 or 6084. OLE color: 6084.
HSL color Cylindrical-coordinate representation of color #C41700: hue angle of 7.04º 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 #C41700 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.23 |
| HSL | 7.04º | 1% | 0.38% | - |
| HSV(B) | 7.04º | 1% | 0.77% | - |
| XYZ | 23.07 | 12.35 | 1.17 | - |
| YUV | 72.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 0 | 0 | 0.88 | 1 | 0.23 | 7.04 | 1 | 0.38 |
| Hex | C4 | 17 | 0 | 0 | 58 | 64 | 17 | 7 | 64 | 26 |
| Octal | 304 | 27 | 0 | 0 | 130 | 144 | 27 | 7 | 144 | 46 |
| Binary | 11000100 | 10111 | 0 | 0 | 1011000 | 1100100 | 10111 | 111 | 1100100 | 100110 |
Color Harmonies of #C41700
Complementary color
Monochromatic Colors of #C41700
Black with #C41700
Text Example
Text Example
White with #C41700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41700; }
p { color: rgb(196,23,0); }
H1.HeaderClassName
{
color: #C41700;
}
.AnyTagClassName
{
color: #C41700;
}
</style>
background-color css
<style>
a { background-color: #C41700; }
a { background-color: rgb(196,23,0); }
div.DivClassName
{
background-color: #C41700;
}
.BgClassName
{
background-color: #C41700;
}
</style>
border-color css
<style>
span { border-color: #C41700; }
span { border-color: rgb(196,23,0); }
td.TdClassName
{
border-color: #C41700;
}
.TagClassName
{
border-color: #C41700;
}
</style>