Shades of Free Speech Red #C5120C
Tints of Free Speech Red #C5120C
RGB
CMYK
RGB Variations
Color information
#C5120C (or 0xC5120C) is known color: Free Speech Red. HEX triplet: C5, 12 and 0C. RGB value is (197,18,12). Sum of RGB (Red+Green+Blue) = 197+18+12=227 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.78% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 197 - color contains mainly: red. Hex color #C5120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5120C is #3AEDF3. Grayscale: #474747. Windows color (decimal): -3862004 or 791237. OLE color: 791237.
HSL color Cylindrical-coordinate representation of color #C5120C: hue angle of 1.95º degrees, saturation: 0.89, 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 #C5120C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.23 |
| HSL | 1.95º | 0.89% | 0.41% | - |
| HSV(B) | 1.95º | 0.94% | 0.77% | - |
| XYZ | 23.31 | 12.33 | 1.5 | - |
| YUV | 70.84 | 94.8 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 12 | 0 | 0.91 | 0.94 | 0.23 | 1.95 | 0.89 | 0.41 |
| Hex | C5 | 12 | C | 0 | 5B | 5E | 17 | 2 | 59 | 29 |
| Octal | 305 | 22 | 14 | 0 | 133 | 136 | 27 | 2 | 131 | 51 |
| Binary | 11000101 | 10010 | 1100 | 0 | 1011011 | 1011110 | 10111 | 10 | 1011001 | 101001 |
Color Harmonies of #C5120C
Complementary color
Monochromatic Colors of #C5120C
Black with #C5120C
Text Example
Text Example
White with #C5120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5120C; }
p { color: rgb(197,18,12); }
H1.HeaderClassName
{
color: #C5120C;
}
.AnyTagClassName
{
color: #C5120C;
}
</style>
background-color css
<style>
a { background-color: #C5120C; }
a { background-color: rgb(197,18,12); }
div.DivClassName
{
background-color: #C5120C;
}
.BgClassName
{
background-color: #C5120C;
}
</style>
border-color css
<style>
span { border-color: #C5120C; }
span { border-color: rgb(197,18,12); }
td.TdClassName
{
border-color: #C5120C;
}
.TagClassName
{
border-color: #C5120C;
}
</style>