Shades of Free Speech Red #C50101
Tints of Free Speech Red #C50101
RGB
CMYK
RGB Variations
Color information
#C50101 (or 0xC50101) is known color: Free Speech Red. HEX triplet: C5, 01 and 01. RGB value is (197,1,1). Sum of RGB (Red+Green+Blue) = 197+1+1=199 (26% of max value = 765). Red value is 197 (77.34% from 255 or 98.99% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 197 - color contains mainly: red. Hex color #C50101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50101 is #3AFEFE. Grayscale: #3B3B3B. Windows color (decimal): -3866367 or 65989. OLE color: 65989.
HSL color Cylindrical-coordinate representation of color #C50101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.23 |
| HSL | 0º | 0.99% | 0.39% | - |
| HSV(B) | 0º | 0.99% | 0.77% | - |
| XYZ | 23.04 | 11.89 | 1.11 | - |
| YUV | 59.6 | 94.93 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 1 | 0 | 0.99 | 0.99 | 0.23 | 0 | 0.99 | 0.39 |
| Hex | C5 | 1 | 1 | 0 | 63 | 63 | 17 | 0 | 63 | 27 |
| Octal | 305 | 1 | 1 | 0 | 143 | 143 | 27 | 0 | 143 | 47 |
| Binary | 11000101 | 1 | 1 | 0 | 1100011 | 1100011 | 10111 | 0 | 1100011 | 100111 |
Color Harmonies of #C50101
Complementary color
Monochromatic Colors of #C50101
Black with #C50101
Text Example
Text Example
White with #C50101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50101; }
p { color: rgb(197,1,1); }
H1.HeaderClassName
{
color: #C50101;
}
.AnyTagClassName
{
color: #C50101;
}
</style>
background-color css
<style>
a { background-color: #C50101; }
a { background-color: rgb(197,1,1); }
div.DivClassName
{
background-color: #C50101;
}
.BgClassName
{
background-color: #C50101;
}
</style>
border-color css
<style>
span { border-color: #C50101; }
span { border-color: rgb(197,1,1); }
td.TdClassName
{
border-color: #C50101;
}
.TagClassName
{
border-color: #C50101;
}
</style>