Shades of Free Speech Red #C50100
Tints of Free Speech Red #C50100
RGB
CMYK
RGB Variations
Color information
#C50100 (or 0xC50100) is known color: Free Speech Red. HEX triplet: C5, 01 and 00. RGB value is (197,1,0). Sum of RGB (Red+Green+Blue) = 197+1+0=198 (26% of max value = 765). Red value is 197 (77.34% from 255 or 99.49% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 197 - color contains mainly: red. Hex color #C50100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50100 is #3AFEFF. Grayscale: #3B3B3B. Windows color (decimal): -3866368 or 453. OLE color: 453.
HSL color Cylindrical-coordinate representation of color #C50100: hue angle of 0.3º 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 #C50100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.23 |
| HSL | 0.3º | 1% | 0.39% | - |
| HSV(B) | 0.3º | 1% | 0.77% | - |
| XYZ | 23.04 | 11.89 | 1.08 | - |
| YUV | 59.49 | 94.43 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 0 | 0 | 0.99 | 1 | 0.23 | 0.3 | 1 | 0.39 |
| Hex | C5 | 1 | 0 | 0 | 63 | 64 | 17 | 0 | 64 | 27 |
| Octal | 305 | 1 | 0 | 0 | 143 | 144 | 27 | 0 | 144 | 47 |
| Binary | 11000101 | 1 | 0 | 0 | 1100011 | 1100100 | 10111 | 0 | 1100100 | 100111 |
Color Harmonies of #C50100
Complementary color
Monochromatic Colors of #C50100
Black with #C50100
Text Example
Text Example
White with #C50100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50100; }
p { color: rgb(197,1,0); }
H1.HeaderClassName
{
color: #C50100;
}
.AnyTagClassName
{
color: #C50100;
}
</style>
background-color css
<style>
a { background-color: #C50100; }
a { background-color: rgb(197,1,0); }
div.DivClassName
{
background-color: #C50100;
}
.BgClassName
{
background-color: #C50100;
}
</style>
border-color css
<style>
span { border-color: #C50100; }
span { border-color: rgb(197,1,0); }
td.TdClassName
{
border-color: #C50100;
}
.TagClassName
{
border-color: #C50100;
}
</style>