Shades of Free Speech Red #C5120F
Tints of Free Speech Red #C5120F
RGB
CMYK
RGB Variations
Color information
#C5120F (or 0xC5120F) is known color: Free Speech Red. HEX triplet: C5, 12 and 0F. RGB value is (197,18,15). Sum of RGB (Red+Green+Blue) = 197+18+15=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C5120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5120F is #3AEDF0. Grayscale: #474747. Windows color (decimal): -3862001 or 987845. OLE color: 987845.
HSL color Cylindrical-coordinate representation of color #C5120F: hue angle of 0.99º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5120F is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 15 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.23 |
| HSL | 0.99º | 0.86% | 0.42% | - |
| HSV(B) | 0.99º | 0.92% | 0.77% | - |
| XYZ | 23.33 | 12.34 | 1.6 | - |
| YUV | 71.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 15 | 0 | 0.91 | 0.92 | 0.23 | 0.99 | 0.86 | 0.42 |
| Hex | C5 | 12 | F | 0 | 5B | 5C | 17 | 1 | 56 | 2A |
| Octal | 305 | 22 | 17 | 0 | 133 | 134 | 27 | 1 | 126 | 52 |
| Binary | 11000101 | 10010 | 1111 | 0 | 1011011 | 1011100 | 10111 | 1 | 1010110 | 101010 |
Color Harmonies of #C5120F
Complementary color
Monochromatic Colors of #C5120F
Black with #C5120F
Text Example
Text Example
White with #C5120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5120F; }
p { color: rgb(197,18,15); }
H1.HeaderClassName
{
color: #C5120F;
}
.AnyTagClassName
{
color: #C5120F;
}
</style>
background-color css
<style>
a { background-color: #C5120F; }
a { background-color: rgb(197,18,15); }
div.DivClassName
{
background-color: #C5120F;
}
.BgClassName
{
background-color: #C5120F;
}
</style>
border-color css
<style>
span { border-color: #C5120F; }
span { border-color: rgb(197,18,15); }
td.TdClassName
{
border-color: #C5120F;
}
.TagClassName
{
border-color: #C5120F;
}
</style>