Shades of Free Speech Red #C5120D
Tints of Free Speech Red #C5120D
RGB
CMYK
RGB Variations
Color information
#C5120D (or 0xC5120D) is known color: Free Speech Red. HEX triplet: C5, 12 and 0D. RGB value is (197,18,13). Sum of RGB (Red+Green+Blue) = 197+18+13=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C5120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5120D is #3AEDF2. Grayscale: #474747. Windows color (decimal): -3862003 or 856773. OLE color: 856773.
HSL color Cylindrical-coordinate representation of color #C5120D: hue angle of 1.63º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5120D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 13 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.23 |
| HSL | 1.63º | 0.88% | 0.41% | - |
| HSV(B) | 1.63º | 0.93% | 0.77% | - |
| XYZ | 23.31 | 12.33 | 1.53 | - |
| YUV | 70.95 | 95.3 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 13 | 0 | 0.91 | 0.93 | 0.23 | 1.63 | 0.88 | 0.41 |
| Hex | C5 | 12 | D | 0 | 5B | 5D | 17 | 2 | 58 | 29 |
| Octal | 305 | 22 | 15 | 0 | 133 | 135 | 27 | 2 | 130 | 51 |
| Binary | 11000101 | 10010 | 1101 | 0 | 1011011 | 1011101 | 10111 | 10 | 1011000 | 101001 |
Color Harmonies of #C5120D
Complementary color
Monochromatic Colors of #C5120D
Black with #C5120D
Text Example
Text Example
White with #C5120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5120D; }
p { color: rgb(197,18,13); }
H1.HeaderClassName
{
color: #C5120D;
}
.AnyTagClassName
{
color: #C5120D;
}
</style>
background-color css
<style>
a { background-color: #C5120D; }
a { background-color: rgb(197,18,13); }
div.DivClassName
{
background-color: #C5120D;
}
.BgClassName
{
background-color: #C5120D;
}
</style>
border-color css
<style>
span { border-color: #C5120D; }
span { border-color: rgb(197,18,13); }
td.TdClassName
{
border-color: #C5120D;
}
.TagClassName
{
border-color: #C5120D;
}
</style>