Shades of Free Speech Red #C50D0B
Tints of Free Speech Red #C50D0B
RGB
CMYK
RGB Variations
Color information
#C50D0B (or 0xC50D0B) is known color: Free Speech Red. HEX triplet: C5, 0D and 0B. RGB value is (197,13,11). Sum of RGB (Red+Green+Blue) = 197+13+11=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50D0B is #3AF2F4. Grayscale: #434343. Windows color (decimal): -3863285 or 724421. OLE color: 724421.
HSL color Cylindrical-coordinate representation of color #C50D0B: hue angle of 0.65º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50D0B is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 11 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.23 |
| HSL | 0.65º | 0.89% | 0.41% | - |
| HSV(B) | 0.65º | 0.94% | 0.77% | - |
| XYZ | 23.23 | 12.18 | 1.44 | - |
| YUV | 67.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 11 | 0 | 0.93 | 0.94 | 0.23 | 0.65 | 0.89 | 0.41 |
| Hex | C5 | D | B | 0 | 5D | 5E | 17 | 1 | 59 | 29 |
| Octal | 305 | 15 | 13 | 0 | 135 | 136 | 27 | 1 | 131 | 51 |
| Binary | 11000101 | 1101 | 1011 | 0 | 1011101 | 1011110 | 10111 | 1 | 1011001 | 101001 |
Color Harmonies of #C50D0B
Complementary color
Monochromatic Colors of #C50D0B
Black with #C50D0B
Text Example
Text Example
White with #C50D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D0B; }
p { color: rgb(197,13,11); }
H1.HeaderClassName
{
color: #C50D0B;
}
.AnyTagClassName
{
color: #C50D0B;
}
</style>
background-color css
<style>
a { background-color: #C50D0B; }
a { background-color: rgb(197,13,11); }
div.DivClassName
{
background-color: #C50D0B;
}
.BgClassName
{
background-color: #C50D0B;
}
</style>
border-color css
<style>
span { border-color: #C50D0B; }
span { border-color: rgb(197,13,11); }
td.TdClassName
{
border-color: #C50D0B;
}
.TagClassName
{
border-color: #C50D0B;
}
</style>