Shades of Free Speech Red #C40D0A
Tints of Free Speech Red #C40D0A
RGB
CMYK
RGB Variations
Color information
#C40D0A (or 0xC40D0A) is known color: Free Speech Red. HEX triplet: C4, 0D and 0A. RGB value is (196,13,10). Sum of RGB (Red+Green+Blue) = 196+13+10=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40D0A is #3BF2F5. Grayscale: #434343. Windows color (decimal): -3928822 or 658884. OLE color: 658884.
HSL color Cylindrical-coordinate representation of color #C40D0A: hue angle of 0.97º 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 #C40D0A is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 10 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.23 |
| HSL | 0.97º | 0.9% | 0.4% | - |
| HSV(B) | 0.97º | 0.95% | 0.77% | - |
| XYZ | 22.96 | 12.05 | 1.4 | - |
| YUV | 67.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 10 | 0 | 0.93 | 0.95 | 0.23 | 0.97 | 0.9 | 0.4 |
| Hex | C4 | D | A | 0 | 5D | 5F | 17 | 1 | 5A | 28 |
| Octal | 304 | 15 | 12 | 0 | 135 | 137 | 27 | 1 | 132 | 50 |
| Binary | 11000100 | 1101 | 1010 | 0 | 1011101 | 1011111 | 10111 | 1 | 1011010 | 101000 |
Color Harmonies of #C40D0A
Complementary color
Monochromatic Colors of #C40D0A
Black with #C40D0A
Text Example
Text Example
White with #C40D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D0A; }
p { color: rgb(196,13,10); }
H1.HeaderClassName
{
color: #C40D0A;
}
.AnyTagClassName
{
color: #C40D0A;
}
</style>
background-color css
<style>
a { background-color: #C40D0A; }
a { background-color: rgb(196,13,10); }
div.DivClassName
{
background-color: #C40D0A;
}
.BgClassName
{
background-color: #C40D0A;
}
</style>
border-color css
<style>
span { border-color: #C40D0A; }
span { border-color: rgb(196,13,10); }
td.TdClassName
{
border-color: #C40D0A;
}
.TagClassName
{
border-color: #C40D0A;
}
</style>