Shades of Free Speech Red #C50C05
Tints of Free Speech Red #C50C05
RGB
CMYK
RGB Variations
Color information
#C50C05 (or 0xC50C05) is known color: Free Speech Red. HEX triplet: C5, 0C and 05. RGB value is (197,12,5). Sum of RGB (Red+Green+Blue) = 197+12+5=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50C05 is #3AF3FA. Grayscale: #424242. Windows color (decimal): -3863547 or 330949. OLE color: 330949.
HSL color Cylindrical-coordinate representation of color #C50C05: hue angle of 2.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50C05 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 5 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.23 |
| HSL | 2.19º | 0.95% | 0.4% | - |
| HSV(B) | 2.19º | 0.97% | 0.77% | - |
| XYZ | 23.18 | 12.14 | 1.27 | - |
| YUV | 66.52 | 93.29 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 5 | 0 | 0.94 | 0.97 | 0.23 | 2.19 | 0.95 | 0.4 |
| Hex | C5 | C | 5 | 0 | 5E | 61 | 17 | 2 | 5F | 28 |
| Octal | 305 | 14 | 5 | 0 | 136 | 141 | 27 | 2 | 137 | 50 |
| Binary | 11000101 | 1100 | 101 | 0 | 1011110 | 1100001 | 10111 | 10 | 1011111 | 101000 |
Color Harmonies of #C50C05
Complementary color
Monochromatic Colors of #C50C05
Black with #C50C05
Text Example
Text Example
White with #C50C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C05; }
p { color: rgb(197,12,5); }
H1.HeaderClassName
{
color: #C50C05;
}
.AnyTagClassName
{
color: #C50C05;
}
</style>
background-color css
<style>
a { background-color: #C50C05; }
a { background-color: rgb(197,12,5); }
div.DivClassName
{
background-color: #C50C05;
}
.BgClassName
{
background-color: #C50C05;
}
</style>
border-color css
<style>
span { border-color: #C50C05; }
span { border-color: rgb(197,12,5); }
td.TdClassName
{
border-color: #C50C05;
}
.TagClassName
{
border-color: #C50C05;
}
</style>