Shades of Free Speech Red #C50B0A
Tints of Free Speech Red #C50B0A
RGB
CMYK
RGB Variations
Color information
#C50B0A (or 0xC50B0A) is known color: Free Speech Red. HEX triplet: C5, 0B and 0A. RGB value is (197,11,10). Sum of RGB (Red+Green+Blue) = 197+11+10=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50B0A is #3AF4F5. Grayscale: #424242. Windows color (decimal): -3863798 or 658373. OLE color: 658373.
HSL color Cylindrical-coordinate representation of color #C50B0A: hue angle of 0.32º 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 #C50B0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.23 |
| HSL | 0.32º | 0.9% | 0.41% | - |
| HSV(B) | 0.32º | 0.95% | 0.77% | - |
| XYZ | 23.2 | 12.13 | 1.41 | - |
| YUV | 66.5 | 96.12 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 10 | 0 | 0.94 | 0.95 | 0.23 | 0.32 | 0.9 | 0.41 |
| Hex | C5 | B | A | 0 | 5E | 5F | 17 | 0 | 5A | 29 |
| Octal | 305 | 13 | 12 | 0 | 136 | 137 | 27 | 0 | 132 | 51 |
| Binary | 11000101 | 1011 | 1010 | 0 | 1011110 | 1011111 | 10111 | 0 | 1011010 | 101001 |
Color Harmonies of #C50B0A
Complementary color
Monochromatic Colors of #C50B0A
Black with #C50B0A
Text Example
Text Example
White with #C50B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B0A; }
p { color: rgb(197,11,10); }
H1.HeaderClassName
{
color: #C50B0A;
}
.AnyTagClassName
{
color: #C50B0A;
}
</style>
background-color css
<style>
a { background-color: #C50B0A; }
a { background-color: rgb(197,11,10); }
div.DivClassName
{
background-color: #C50B0A;
}
.BgClassName
{
background-color: #C50B0A;
}
</style>
border-color css
<style>
span { border-color: #C50B0A; }
span { border-color: rgb(197,11,10); }
td.TdClassName
{
border-color: #C50B0A;
}
.TagClassName
{
border-color: #C50B0A;
}
</style>