Shades of Free Speech Red #C50F0A
Tints of Free Speech Red #C50F0A
RGB
CMYK
RGB Variations
Color information
#C50F0A (or 0xC50F0A) is known color: Free Speech Red. HEX triplet: C5, 0F and 0A. RGB value is (197,15,10). Sum of RGB (Red+Green+Blue) = 197+15+10=222 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.74% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50F0A is #3AF0F5. Grayscale: #454545. Windows color (decimal): -3862774 or 659397. OLE color: 659397.
HSL color Cylindrical-coordinate representation of color #C50F0A: hue angle of 1.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50F0A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.23 |
| HSL | 1.6º | 0.9% | 0.41% | - |
| HSV(B) | 1.6º | 0.95% | 0.77% | - |
| XYZ | 23.25 | 12.23 | 1.42 | - |
| YUV | 68.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 10 | 0 | 0.92 | 0.95 | 0.23 | 1.6 | 0.9 | 0.41 |
| Hex | C5 | F | A | 0 | 5C | 5F | 17 | 2 | 5A | 29 |
| Octal | 305 | 17 | 12 | 0 | 134 | 137 | 27 | 2 | 132 | 51 |
| Binary | 11000101 | 1111 | 1010 | 0 | 1011100 | 1011111 | 10111 | 10 | 1011010 | 101001 |
Color Harmonies of #C50F0A
Complementary color
Monochromatic Colors of #C50F0A
Black with #C50F0A
Text Example
Text Example
White with #C50F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F0A; }
p { color: rgb(197,15,10); }
H1.HeaderClassName
{
color: #C50F0A;
}
.AnyTagClassName
{
color: #C50F0A;
}
</style>
background-color css
<style>
a { background-color: #C50F0A; }
a { background-color: rgb(197,15,10); }
div.DivClassName
{
background-color: #C50F0A;
}
.BgClassName
{
background-color: #C50F0A;
}
</style>
border-color css
<style>
span { border-color: #C50F0A; }
span { border-color: rgb(197,15,10); }
td.TdClassName
{
border-color: #C50F0A;
}
.TagClassName
{
border-color: #C50F0A;
}
</style>