Shades of Free Speech Red #C40000
Tints of Free Speech Red #C40000
RGB
CMYK
RGB Variations
Color information
#C40000 (or 0xC40000) is known color: Free Speech Red. HEX triplet: C4, 00 and 00. RGB value is (196,0,0). Sum of RGB (Red+Green+Blue) = 196+0+0=196 (25% of max value = 765). Red value is 196 (76.95% from 255 or 100% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 196 - color contains mainly: red. Hex color #C40000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40000 is #3BFFFF. Grayscale: #3A3A3A. Windows color (decimal): -3932160 or 196. OLE color: 196.
HSL color Cylindrical-coordinate representation of color #C40000: hue angle of 0º 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 #C40000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.23 |
| HSL | 0º | 1% | 0.38% | - |
| HSV(B) | 0º | 1% | 0.77% | - |
| XYZ | 22.76 | 11.74 | 1.07 | - |
| YUV | 58.6 | 94.93 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 0 | 0 | 1 | 1 | 0.23 | 0 | 1 | 0.38 |
| Hex | C4 | 0 | 0 | 0 | 64 | 64 | 17 | 0 | 64 | 26 |
| Octal | 304 | 0 | 0 | 0 | 144 | 144 | 27 | 0 | 144 | 46 |
| Binary | 11000100 | 0 | 0 | 0 | 1100100 | 1100100 | 10111 | 0 | 1100100 | 100110 |
Color Harmonies of #C40000
Complementary color
Monochromatic Colors of #C40000
Black with #C40000
Text Example
Text Example
White with #C40000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40000; }
p { color: rgb(196,0,0); }
H1.HeaderClassName
{
color: #C40000;
}
.AnyTagClassName
{
color: #C40000;
}
</style>
background-color css
<style>
a { background-color: #C40000; }
a { background-color: rgb(196,0,0); }
div.DivClassName
{
background-color: #C40000;
}
.BgClassName
{
background-color: #C40000;
}
</style>
border-color css
<style>
span { border-color: #C40000; }
span { border-color: rgb(196,0,0); }
td.TdClassName
{
border-color: #C40000;
}
.TagClassName
{
border-color: #C40000;
}
</style>