Shades of Free Speech Red #C50C00
Tints of Free Speech Red #C50C00
RGB
CMYK
RGB Variations
Color information
#C50C00 (or 0xC50C00) is known color: Free Speech Red. HEX triplet: C5, 0C and 00. RGB value is (197,12,0). Sum of RGB (Red+Green+Blue) = 197+12+0=209 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.26% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50C00 is #3AF3FF. Grayscale: #424242. Windows color (decimal): -3863552 or 3269. OLE color: 3269.
HSL color Cylindrical-coordinate representation of color #C50C00: hue angle of 3.65º 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 #C50C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.23 |
| HSL | 3.65º | 1% | 0.39% | - |
| HSV(B) | 3.65º | 1% | 0.77% | - |
| XYZ | 23.16 | 12.13 | 1.12 | - |
| YUV | 65.95 | 90.79 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 0 | 0 | 0.94 | 1 | 0.23 | 3.65 | 1 | 0.39 |
| Hex | C5 | C | 0 | 0 | 5E | 64 | 17 | 4 | 64 | 27 |
| Octal | 305 | 14 | 0 | 0 | 136 | 144 | 27 | 4 | 144 | 47 |
| Binary | 11000101 | 1100 | 0 | 0 | 1011110 | 1100100 | 10111 | 100 | 1100100 | 100111 |
Color Harmonies of #C50C00
Complementary color
Monochromatic Colors of #C50C00
Black with #C50C00
Text Example
Text Example
White with #C50C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C00; }
p { color: rgb(197,12,0); }
H1.HeaderClassName
{
color: #C50C00;
}
.AnyTagClassName
{
color: #C50C00;
}
</style>
background-color css
<style>
a { background-color: #C50C00; }
a { background-color: rgb(197,12,0); }
div.DivClassName
{
background-color: #C50C00;
}
.BgClassName
{
background-color: #C50C00;
}
</style>
border-color css
<style>
span { border-color: #C50C00; }
span { border-color: rgb(197,12,0); }
td.TdClassName
{
border-color: #C50C00;
}
.TagClassName
{
border-color: #C50C00;
}
</style>