Shades of Free Speech Red #C50700
Tints of Free Speech Red #C50700
RGB
CMYK
RGB Variations
Color information
#C50700 (or 0xC50700) is known color: Free Speech Red. HEX triplet: C5, 07 and 00. RGB value is (197,7,0). Sum of RGB (Red+Green+Blue) = 197+7+0=204 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.57% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 197 - color contains mainly: red. Hex color #C50700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50700 is #3AF8FF. Grayscale: #3F3F3F. Windows color (decimal): -3864832 or 1989. OLE color: 1989.
HSL color Cylindrical-coordinate representation of color #C50700: hue angle of 2.13º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.23 |
| HSL | 2.13º | 1% | 0.39% | - |
| HSV(B) | 2.13º | 1% | 0.77% | - |
| XYZ | 23.1 | 12.02 | 1.1 | - |
| YUV | 63.01 | 92.45 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 0 | 0 | 0.96 | 1 | 0.23 | 2.13 | 1 | 0.39 |
| Hex | C5 | 7 | 0 | 0 | 60 | 64 | 17 | 2 | 64 | 27 |
| Octal | 305 | 7 | 0 | 0 | 140 | 144 | 27 | 2 | 144 | 47 |
| Binary | 11000101 | 111 | 0 | 0 | 1100000 | 1100100 | 10111 | 10 | 1100100 | 100111 |
Color Harmonies of #C50700
Complementary color
Monochromatic Colors of #C50700
Black with #C50700
Text Example
Text Example
White with #C50700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50700; }
p { color: rgb(197,7,0); }
H1.HeaderClassName
{
color: #C50700;
}
.AnyTagClassName
{
color: #C50700;
}
</style>
background-color css
<style>
a { background-color: #C50700; }
a { background-color: rgb(197,7,0); }
div.DivClassName
{
background-color: #C50700;
}
.BgClassName
{
background-color: #C50700;
}
</style>
border-color css
<style>
span { border-color: #C50700; }
span { border-color: rgb(197,7,0); }
td.TdClassName
{
border-color: #C50700;
}
.TagClassName
{
border-color: #C50700;
}
</style>