Shades of Free Speech Red #C50E00
Tints of Free Speech Red #C50E00
RGB
CMYK
RGB Variations
Color information
#C50E00 (or 0xC50E00) is known color: Free Speech Red. HEX triplet: C5, 0E and 00. RGB value is (197,14,0). Sum of RGB (Red+Green+Blue) = 197+14+0=211 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.36% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50E00 is #3AF1FF. Grayscale: #434343. Windows color (decimal): -3863040 or 3781. OLE color: 3781.
HSL color Cylindrical-coordinate representation of color #C50E00: hue angle of 4.26º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50E00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.23 |
| HSL | 4.26º | 1% | 0.39% | - |
| HSV(B) | 4.26º | 1% | 0.77% | - |
| XYZ | 23.18 | 12.18 | 1.13 | - |
| YUV | 67.12 | 90.13 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 0 | 0 | 0.93 | 1 | 0.23 | 4.26 | 1 | 0.39 |
| Hex | C5 | E | 0 | 0 | 5D | 64 | 17 | 4 | 64 | 27 |
| Octal | 305 | 16 | 0 | 0 | 135 | 144 | 27 | 4 | 144 | 47 |
| Binary | 11000101 | 1110 | 0 | 0 | 1011101 | 1100100 | 10111 | 100 | 1100100 | 100111 |
Color Harmonies of #C50E00
Complementary color
Monochromatic Colors of #C50E00
Black with #C50E00
Text Example
Text Example
White with #C50E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E00; }
p { color: rgb(197,14,0); }
H1.HeaderClassName
{
color: #C50E00;
}
.AnyTagClassName
{
color: #C50E00;
}
</style>
background-color css
<style>
a { background-color: #C50E00; }
a { background-color: rgb(197,14,0); }
div.DivClassName
{
background-color: #C50E00;
}
.BgClassName
{
background-color: #C50E00;
}
</style>
border-color css
<style>
span { border-color: #C50E00; }
span { border-color: rgb(197,14,0); }
td.TdClassName
{
border-color: #C50E00;
}
.TagClassName
{
border-color: #C50E00;
}
</style>