Shades of Free Speech Red #C40F0C
Tints of Free Speech Red #C40F0C
RGB
CMYK
RGB Variations
Color information
#C40F0C (or 0xC40F0C) is known color: Free Speech Red. HEX triplet: C4, 0F and 0C. RGB value is (196,15,12). Sum of RGB (Red+Green+Blue) = 196+15+12=223 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.89% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40F0C is #3BF0F3. Grayscale: #444444. Windows color (decimal): -3928308 or 790468. OLE color: 790468.
HSL color Cylindrical-coordinate representation of color #C40F0C: hue angle of 0.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40F0C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 12 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.23 |
| HSL | 0.98º | 0.88% | 0.41% | - |
| HSV(B) | 0.98º | 0.94% | 0.77% | - |
| XYZ | 23 | 12.1 | 1.47 | - |
| YUV | 68.78 | 95.97 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 12 | 0 | 0.92 | 0.94 | 0.23 | 0.98 | 0.88 | 0.41 |
| Hex | C4 | F | C | 0 | 5C | 5E | 17 | 1 | 58 | 29 |
| Octal | 304 | 17 | 14 | 0 | 134 | 136 | 27 | 1 | 130 | 51 |
| Binary | 11000100 | 1111 | 1100 | 0 | 1011100 | 1011110 | 10111 | 1 | 1011000 | 101001 |
Color Harmonies of #C40F0C
Complementary color
Monochromatic Colors of #C40F0C
Black with #C40F0C
Text Example
Text Example
White with #C40F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F0C; }
p { color: rgb(196,15,12); }
H1.HeaderClassName
{
color: #C40F0C;
}
.AnyTagClassName
{
color: #C40F0C;
}
</style>
background-color css
<style>
a { background-color: #C40F0C; }
a { background-color: rgb(196,15,12); }
div.DivClassName
{
background-color: #C40F0C;
}
.BgClassName
{
background-color: #C40F0C;
}
</style>
border-color css
<style>
span { border-color: #C40F0C; }
span { border-color: rgb(196,15,12); }
td.TdClassName
{
border-color: #C40F0C;
}
.TagClassName
{
border-color: #C40F0C;
}
</style>