Shades of Free Speech Red #C4140C
Tints of Free Speech Red #C4140C
RGB
CMYK
RGB Variations
Color information
#C4140C (or 0xC4140C) is known color: Free Speech Red. HEX triplet: C4, 14 and 0C. RGB value is (196,20,12). Sum of RGB (Red+Green+Blue) = 196+20+12=228 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.96% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 196 - color contains mainly: red. Hex color #C4140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4140C is #3BEBF3. Grayscale: #474747. Windows color (decimal): -3927028 or 791748. OLE color: 791748.
HSL color Cylindrical-coordinate representation of color #C4140C: hue angle of 2.61º 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 #C4140C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.23 |
| HSL | 2.61º | 0.88% | 0.41% | - |
| HSV(B) | 2.61º | 0.94% | 0.77% | - |
| XYZ | 23.08 | 12.26 | 1.5 | - |
| YUV | 71.71 | 94.31 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 12 | 0 | 0.90 | 0.94 | 0.23 | 2.61 | 0.88 | 0.41 |
| Hex | C4 | 14 | C | 0 | 5A | 5E | 17 | 3 | 58 | 29 |
| Octal | 304 | 24 | 14 | 0 | 132 | 136 | 27 | 3 | 130 | 51 |
| Binary | 11000100 | 10100 | 1100 | 0 | 1011010 | 1011110 | 10111 | 11 | 1011000 | 101001 |
Color Harmonies of #C4140C
Complementary color
Monochromatic Colors of #C4140C
Black with #C4140C
Text Example
Text Example
White with #C4140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4140C; }
p { color: rgb(196,20,12); }
H1.HeaderClassName
{
color: #C4140C;
}
.AnyTagClassName
{
color: #C4140C;
}
</style>
background-color css
<style>
a { background-color: #C4140C; }
a { background-color: rgb(196,20,12); }
div.DivClassName
{
background-color: #C4140C;
}
.BgClassName
{
background-color: #C4140C;
}
</style>
border-color css
<style>
span { border-color: #C4140C; }
span { border-color: rgb(196,20,12); }
td.TdClassName
{
border-color: #C4140C;
}
.TagClassName
{
border-color: #C4140C;
}
</style>