Shades of Free Speech Red #C40D0C
Tints of Free Speech Red #C40D0C
RGB
CMYK
RGB Variations
Color information
#C40D0C (or 0xC40D0C) is known color: Free Speech Red. HEX triplet: C4, 0D and 0C. RGB value is (196,13,12). Sum of RGB (Red+Green+Blue) = 196+13+12=221 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.69% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40D0C is #3BF2F3. Grayscale: #434343. Windows color (decimal): -3928820 or 789956. OLE color: 789956.
HSL color Cylindrical-coordinate representation of color #C40D0C: hue angle of 0.33º 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 #C40D0C is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 12 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.23 |
| HSL | 0.33º | 0.88% | 0.41% | - |
| HSV(B) | 0.33º | 0.94% | 0.77% | - |
| XYZ | 22.98 | 12.05 | 1.46 | - |
| YUV | 67.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 12 | 0 | 0.93 | 0.94 | 0.23 | 0.33 | 0.88 | 0.41 |
| Hex | C4 | D | C | 0 | 5D | 5E | 17 | 0 | 58 | 29 |
| Octal | 304 | 15 | 14 | 0 | 135 | 136 | 27 | 0 | 130 | 51 |
| Binary | 11000100 | 1101 | 1100 | 0 | 1011101 | 1011110 | 10111 | 0 | 1011000 | 101001 |
Color Harmonies of #C40D0C
Complementary color
Monochromatic Colors of #C40D0C
Black with #C40D0C
Text Example
Text Example
White with #C40D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D0C; }
p { color: rgb(196,13,12); }
H1.HeaderClassName
{
color: #C40D0C;
}
.AnyTagClassName
{
color: #C40D0C;
}
</style>
background-color css
<style>
a { background-color: #C40D0C; }
a { background-color: rgb(196,13,12); }
div.DivClassName
{
background-color: #C40D0C;
}
.BgClassName
{
background-color: #C40D0C;
}
</style>
border-color css
<style>
span { border-color: #C40D0C; }
span { border-color: rgb(196,13,12); }
td.TdClassName
{
border-color: #C40D0C;
}
.TagClassName
{
border-color: #C40D0C;
}
</style>