Shades of Free Speech Red #C51A00
Tints of Free Speech Red #C51A00
RGB
CMYK
RGB Variations
Color information
#C51A00 (or 0xC51A00) is known color: Free Speech Red. HEX triplet: C5, 1A and 00. RGB value is (197,26,0). Sum of RGB (Red+Green+Blue) = 197+26+0=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51A00 is #3AE5FF. Grayscale: #4A4A4A. Windows color (decimal): -3859968 or 6853. OLE color: 6853.
HSL color Cylindrical-coordinate representation of color #C51A00: hue angle of 7.92º 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 #C51A00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.23 |
| HSL | 7.92º | 1% | 0.39% | - |
| HSV(B) | 7.92º | 1% | 0.77% | - |
| XYZ | 23.4 | 12.61 | 1.2 | - |
| YUV | 74.17 | 86.15 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 0 | 0 | 0.87 | 1 | 0.23 | 7.92 | 1 | 0.39 |
| Hex | C5 | 1A | 0 | 0 | 57 | 64 | 17 | 8 | 64 | 27 |
| Octal | 305 | 32 | 0 | 0 | 127 | 144 | 27 | 10 | 144 | 47 |
| Binary | 11000101 | 11010 | 0 | 0 | 1010111 | 1100100 | 10111 | 1000 | 1100100 | 100111 |
Color Harmonies of #C51A00
Complementary color
Monochromatic Colors of #C51A00
Black with #C51A00
Text Example
Text Example
White with #C51A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A00; }
p { color: rgb(197,26,0); }
H1.HeaderClassName
{
color: #C51A00;
}
.AnyTagClassName
{
color: #C51A00;
}
</style>
background-color css
<style>
a { background-color: #C51A00; }
a { background-color: rgb(197,26,0); }
div.DivClassName
{
background-color: #C51A00;
}
.BgClassName
{
background-color: #C51A00;
}
</style>
border-color css
<style>
span { border-color: #C51A00; }
span { border-color: rgb(197,26,0); }
td.TdClassName
{
border-color: #C51A00;
}
.TagClassName
{
border-color: #C51A00;
}
</style>