Shades of Free Speech Red #C40B0A
Tints of Free Speech Red #C40B0A
RGB
CMYK
RGB Variations
Color information
#C40B0A (or 0xC40B0A) is known color: Free Speech Red. HEX triplet: C4, 0B and 0A. RGB value is (196,11,10). Sum of RGB (Red+Green+Blue) = 196+11+10=217 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.32% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40B0A is #3BF4F5. Grayscale: #424242. Windows color (decimal): -3929334 or 658372. OLE color: 658372.
HSL color Cylindrical-coordinate representation of color #C40B0A: hue angle of 0.32º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40B0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.23 |
| HSL | 0.32º | 0.9% | 0.4% | - |
| HSV(B) | 0.32º | 0.95% | 0.77% | - |
| XYZ | 22.94 | 12 | 1.39 | - |
| YUV | 66.2 | 96.29 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 10 | 0 | 0.94 | 0.95 | 0.23 | 0.32 | 0.9 | 0.4 |
| Hex | C4 | B | A | 0 | 5E | 5F | 17 | 0 | 5A | 28 |
| Octal | 304 | 13 | 12 | 0 | 136 | 137 | 27 | 0 | 132 | 50 |
| Binary | 11000100 | 1011 | 1010 | 0 | 1011110 | 1011111 | 10111 | 0 | 1011010 | 101000 |
Color Harmonies of #C40B0A
Complementary color
Monochromatic Colors of #C40B0A
Black with #C40B0A
Text Example
Text Example
White with #C40B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B0A; }
p { color: rgb(196,11,10); }
H1.HeaderClassName
{
color: #C40B0A;
}
.AnyTagClassName
{
color: #C40B0A;
}
</style>
background-color css
<style>
a { background-color: #C40B0A; }
a { background-color: rgb(196,11,10); }
div.DivClassName
{
background-color: #C40B0A;
}
.BgClassName
{
background-color: #C40B0A;
}
</style>
border-color css
<style>
span { border-color: #C40B0A; }
span { border-color: rgb(196,11,10); }
td.TdClassName
{
border-color: #C40B0A;
}
.TagClassName
{
border-color: #C40B0A;
}
</style>