Shades of Free Speech Red #C5120B
Tints of Free Speech Red #C5120B
RGB
CMYK
RGB Variations
Color information
#C5120B (or 0xC5120B) is known color: Free Speech Red. HEX triplet: C5, 12 and 0B. RGB value is (197,18,11). Sum of RGB (Red+Green+Blue) = 197+18+11=226 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.17% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 197 - color contains mainly: red. Hex color #C5120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5120B is #3AEDF4. Grayscale: #464646. Windows color (decimal): -3862005 or 725701. OLE color: 725701.
HSL color Cylindrical-coordinate representation of color #C5120B: hue angle of 2.26º 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 #C5120B is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 11 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.23 |
| HSL | 2.26º | 0.89% | 0.41% | - |
| HSV(B) | 2.26º | 0.94% | 0.77% | - |
| XYZ | 23.3 | 12.33 | 1.47 | - |
| YUV | 70.72 | 94.3 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 11 | 0 | 0.91 | 0.94 | 0.23 | 2.26 | 0.89 | 0.41 |
| Hex | C5 | 12 | B | 0 | 5B | 5E | 17 | 2 | 59 | 29 |
| Octal | 305 | 22 | 13 | 0 | 133 | 136 | 27 | 2 | 131 | 51 |
| Binary | 11000101 | 10010 | 1011 | 0 | 1011011 | 1011110 | 10111 | 10 | 1011001 | 101001 |
Color Harmonies of #C5120B
Complementary color
Monochromatic Colors of #C5120B
Black with #C5120B
Text Example
Text Example
White with #C5120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5120B; }
p { color: rgb(197,18,11); }
H1.HeaderClassName
{
color: #C5120B;
}
.AnyTagClassName
{
color: #C5120B;
}
</style>
background-color css
<style>
a { background-color: #C5120B; }
a { background-color: rgb(197,18,11); }
div.DivClassName
{
background-color: #C5120B;
}
.BgClassName
{
background-color: #C5120B;
}
</style>
border-color css
<style>
span { border-color: #C5120B; }
span { border-color: rgb(197,18,11); }
td.TdClassName
{
border-color: #C5120B;
}
.TagClassName
{
border-color: #C5120B;
}
</style>