Shades of Free Speech Red #C51301
Tints of Free Speech Red #C51301
RGB
CMYK
RGB Variations
Color information
#C51301 (or 0xC51301) is known color: Free Speech Red. HEX triplet: C5, 13 and 01. RGB value is (197,19,1). Sum of RGB (Red+Green+Blue) = 197+19+1=217 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.78% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 197 - color contains mainly: red. Hex color #C51301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51301 is #3AECFE. Grayscale: #464646. Windows color (decimal): -3861759 or 70597. OLE color: 70597.
HSL color Cylindrical-coordinate representation of color #C51301: hue angle of 5.51º 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 #C51301 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.23 |
| HSL | 5.51º | 0.99% | 0.39% | - |
| HSV(B) | 5.51º | 0.99% | 0.77% | - |
| XYZ | 23.26 | 12.34 | 1.18 | - |
| YUV | 70.17 | 88.97 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 1 | 0 | 0.90 | 0.99 | 0.23 | 5.51 | 0.99 | 0.39 |
| Hex | C5 | 13 | 1 | 0 | 5A | 63 | 17 | 6 | 63 | 27 |
| Octal | 305 | 23 | 1 | 0 | 132 | 143 | 27 | 6 | 143 | 47 |
| Binary | 11000101 | 10011 | 1 | 0 | 1011010 | 1100011 | 10111 | 110 | 1100011 | 100111 |
Color Harmonies of #C51301
Complementary color
Monochromatic Colors of #C51301
Black with #C51301
Text Example
Text Example
White with #C51301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51301; }
p { color: rgb(197,19,1); }
H1.HeaderClassName
{
color: #C51301;
}
.AnyTagClassName
{
color: #C51301;
}
</style>
background-color css
<style>
a { background-color: #C51301; }
a { background-color: rgb(197,19,1); }
div.DivClassName
{
background-color: #C51301;
}
.BgClassName
{
background-color: #C51301;
}
</style>
border-color css
<style>
span { border-color: #C51301; }
span { border-color: rgb(197,19,1); }
td.TdClassName
{
border-color: #C51301;
}
.TagClassName
{
border-color: #C51301;
}
</style>