Shades of Free Speech Red #C51401
Tints of Free Speech Red #C51401
RGB
CMYK
RGB Variations
Color information
#C51401 (or 0xC51401) is known color: Free Speech Red. HEX triplet: C5, 14 and 01. RGB value is (197,20,1). Sum of RGB (Red+Green+Blue) = 197+20+1=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C51401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51401 is #3AEBFE. Grayscale: #474747. Windows color (decimal): -3861503 or 70853. OLE color: 70853.
HSL color Cylindrical-coordinate representation of color #C51401: hue angle of 5.82º 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 #C51401 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.23 |
| HSL | 5.82º | 0.99% | 0.39% | - |
| HSV(B) | 5.82º | 0.99% | 0.77% | - |
| XYZ | 23.28 | 12.37 | 1.19 | - |
| YUV | 70.76 | 88.64 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 1 | 0 | 0.90 | 0.99 | 0.23 | 5.82 | 0.99 | 0.39 |
| Hex | C5 | 14 | 1 | 0 | 5A | 63 | 17 | 6 | 63 | 27 |
| Octal | 305 | 24 | 1 | 0 | 132 | 143 | 27 | 6 | 143 | 47 |
| Binary | 11000101 | 10100 | 1 | 0 | 1011010 | 1100011 | 10111 | 110 | 1100011 | 100111 |
Color Harmonies of #C51401
Complementary color
Monochromatic Colors of #C51401
Black with #C51401
Text Example
Text Example
White with #C51401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51401; }
p { color: rgb(197,20,1); }
H1.HeaderClassName
{
color: #C51401;
}
.AnyTagClassName
{
color: #C51401;
}
</style>
background-color css
<style>
a { background-color: #C51401; }
a { background-color: rgb(197,20,1); }
div.DivClassName
{
background-color: #C51401;
}
.BgClassName
{
background-color: #C51401;
}
</style>
border-color css
<style>
span { border-color: #C51401; }
span { border-color: rgb(197,20,1); }
td.TdClassName
{
border-color: #C51401;
}
.TagClassName
{
border-color: #C51401;
}
</style>