Shades of Free Speech Red #C50E06
Tints of Free Speech Red #C50E06
RGB
CMYK
RGB Variations
Color information
#C50E06 (or 0xC50E06) is known color: Free Speech Red. HEX triplet: C5, 0E and 06. RGB value is (197,14,6). Sum of RGB (Red+Green+Blue) = 197+14+6=217 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.78% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50E06 is #3AF1F9. Grayscale: #444444. Windows color (decimal): -3863034 or 396997. OLE color: 396997.
HSL color Cylindrical-coordinate representation of color #C50E06: hue angle of 2.51º degrees, saturation: 0.94, 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 #C50E06 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 6 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.23 |
| HSL | 2.51º | 0.94% | 0.4% | - |
| HSV(B) | 2.51º | 0.97% | 0.77% | - |
| XYZ | 23.22 | 12.2 | 1.3 | - |
| YUV | 67.81 | 93.13 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 6 | 0 | 0.93 | 0.97 | 0.23 | 2.51 | 0.94 | 0.4 |
| Hex | C5 | E | 6 | 0 | 5D | 61 | 17 | 3 | 5E | 28 |
| Octal | 305 | 16 | 6 | 0 | 135 | 141 | 27 | 3 | 136 | 50 |
| Binary | 11000101 | 1110 | 110 | 0 | 1011101 | 1100001 | 10111 | 11 | 1011110 | 101000 |
Color Harmonies of #C50E06
Complementary color
Monochromatic Colors of #C50E06
Black with #C50E06
Text Example
Text Example
White with #C50E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E06; }
p { color: rgb(197,14,6); }
H1.HeaderClassName
{
color: #C50E06;
}
.AnyTagClassName
{
color: #C50E06;
}
</style>
background-color css
<style>
a { background-color: #C50E06; }
a { background-color: rgb(197,14,6); }
div.DivClassName
{
background-color: #C50E06;
}
.BgClassName
{
background-color: #C50E06;
}
</style>
border-color css
<style>
span { border-color: #C50E06; }
span { border-color: rgb(197,14,6); }
td.TdClassName
{
border-color: #C50E06;
}
.TagClassName
{
border-color: #C50E06;
}
</style>