Shades of Free Speech Red #C40600
Tints of Free Speech Red #C40600
RGB
CMYK
RGB Variations
Color information
#C40600 (or 0xC40600) is known color: Free Speech Red. HEX triplet: C4, 06 and 00. RGB value is (196,6,0). Sum of RGB (Red+Green+Blue) = 196+6+0=202 (26% of max value = 765). Red value is 196 (76.95% from 255 or 97.03% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 196 - color contains mainly: red. Hex color #C40600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40600 is #3BF9FF. Grayscale: #3E3E3E. Windows color (decimal): -3930624 or 1732. OLE color: 1732.
HSL color Cylindrical-coordinate representation of color #C40600: hue angle of 1.84º 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 #C40600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.23 |
| HSL | 1.84º | 1% | 0.38% | - |
| HSV(B) | 1.84º | 1% | 0.77% | - |
| XYZ | 22.83 | 11.87 | 1.09 | - |
| YUV | 62.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 0 | 0 | 0.97 | 1 | 0.23 | 1.84 | 1 | 0.38 |
| Hex | C4 | 6 | 0 | 0 | 61 | 64 | 17 | 2 | 64 | 26 |
| Octal | 304 | 6 | 0 | 0 | 141 | 144 | 27 | 2 | 144 | 46 |
| Binary | 11000100 | 110 | 0 | 0 | 1100001 | 1100100 | 10111 | 10 | 1100100 | 100110 |
Color Harmonies of #C40600
Complementary color
Monochromatic Colors of #C40600
Black with #C40600
Text Example
Text Example
White with #C40600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40600; }
p { color: rgb(196,6,0); }
H1.HeaderClassName
{
color: #C40600;
}
.AnyTagClassName
{
color: #C40600;
}
</style>
background-color css
<style>
a { background-color: #C40600; }
a { background-color: rgb(196,6,0); }
div.DivClassName
{
background-color: #C40600;
}
.BgClassName
{
background-color: #C40600;
}
</style>
border-color css
<style>
span { border-color: #C40600; }
span { border-color: rgb(196,6,0); }
td.TdClassName
{
border-color: #C40600;
}
.TagClassName
{
border-color: #C40600;
}
</style>