Shades of Free Speech Red #C4130C
Tints of Free Speech Red #C4130C
RGB
CMYK
RGB Variations
Color information
#C4130C (or 0xC4130C) is known color: Free Speech Red. HEX triplet: C4, 13 and 0C. RGB value is (196,19,12). Sum of RGB (Red+Green+Blue) = 196+19+12=227 (30% of max value = 765). Red value is 196 (76.95% from 255 or 86.34% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 196 - color contains mainly: red. Hex color #C4130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4130C is #3BECF3. Grayscale: #474747. Windows color (decimal): -3927284 or 791492. OLE color: 791492.
HSL color Cylindrical-coordinate representation of color #C4130C: hue angle of 2.28º 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 #C4130C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.23 |
| HSL | 2.28º | 0.88% | 0.41% | - |
| HSV(B) | 2.28º | 0.94% | 0.77% | - |
| XYZ | 23.06 | 12.23 | 1.49 | - |
| YUV | 71.13 | 94.64 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 12 | 0 | 0.90 | 0.94 | 0.23 | 2.28 | 0.88 | 0.41 |
| Hex | C4 | 13 | C | 0 | 5A | 5E | 17 | 2 | 58 | 29 |
| Octal | 304 | 23 | 14 | 0 | 132 | 136 | 27 | 2 | 130 | 51 |
| Binary | 11000100 | 10011 | 1100 | 0 | 1011010 | 1011110 | 10111 | 10 | 1011000 | 101001 |
Color Harmonies of #C4130C
Complementary color
Monochromatic Colors of #C4130C
Black with #C4130C
Text Example
Text Example
White with #C4130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4130C; }
p { color: rgb(196,19,12); }
H1.HeaderClassName
{
color: #C4130C;
}
.AnyTagClassName
{
color: #C4130C;
}
</style>
background-color css
<style>
a { background-color: #C4130C; }
a { background-color: rgb(196,19,12); }
div.DivClassName
{
background-color: #C4130C;
}
.BgClassName
{
background-color: #C4130C;
}
</style>
border-color css
<style>
span { border-color: #C4130C; }
span { border-color: rgb(196,19,12); }
td.TdClassName
{
border-color: #C4130C;
}
.TagClassName
{
border-color: #C4130C;
}
</style>