Shades of Free Speech Red #C51007
Tints of Free Speech Red #C51007
RGB
CMYK
RGB Variations
Color information
#C51007 (or 0xC51007) is known color: Free Speech Red. HEX triplet: C5, 10 and 07. RGB value is (197,16,7). Sum of RGB (Red+Green+Blue) = 197+16+7=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C51007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51007 is #3AEFF8. Grayscale: #454545. Windows color (decimal): -3862521 or 463045. OLE color: 463045.
HSL color Cylindrical-coordinate representation of color #C51007: hue angle of 2.84º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C51007 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 7 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.23 |
| HSL | 2.84º | 0.93% | 0.4% | - |
| HSV(B) | 2.84º | 0.96% | 0.77% | - |
| XYZ | 23.25 | 12.26 | 1.34 | - |
| YUV | 69.09 | 92.97 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 7 | 0 | 0.92 | 0.96 | 0.23 | 2.84 | 0.93 | 0.4 |
| Hex | C5 | 10 | 7 | 0 | 5C | 60 | 17 | 3 | 5D | 28 |
| Octal | 305 | 20 | 7 | 0 | 134 | 140 | 27 | 3 | 135 | 50 |
| Binary | 11000101 | 10000 | 111 | 0 | 1011100 | 1100000 | 10111 | 11 | 1011101 | 101000 |
Color Harmonies of #C51007
Complementary color
Monochromatic Colors of #C51007
Black with #C51007
Text Example
Text Example
White with #C51007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51007; }
p { color: rgb(197,16,7); }
H1.HeaderClassName
{
color: #C51007;
}
.AnyTagClassName
{
color: #C51007;
}
</style>
background-color css
<style>
a { background-color: #C51007; }
a { background-color: rgb(197,16,7); }
div.DivClassName
{
background-color: #C51007;
}
.BgClassName
{
background-color: #C51007;
}
</style>
border-color css
<style>
span { border-color: #C51007; }
span { border-color: rgb(197,16,7); }
td.TdClassName
{
border-color: #C51007;
}
.TagClassName
{
border-color: #C51007;
}
</style>