Shades of Free Speech Red #C51601
Tints of Free Speech Red #C51601
RGB
CMYK
RGB Variations
Color information
#C51601 (or 0xC51601) is known color: Free Speech Red. HEX triplet: C5, 16 and 01. RGB value is (197,22,1). Sum of RGB (Red+Green+Blue) = 197+22+1=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C51601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51601 is #3AE9FE. Grayscale: #484848. Windows color (decimal): -3860991 or 71365. OLE color: 71365.
HSL color Cylindrical-coordinate representation of color #C51601: hue angle of 6.43º 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 #C51601 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.23 |
| HSL | 6.43º | 0.99% | 0.39% | - |
| HSV(B) | 6.43º | 0.99% | 0.77% | - |
| XYZ | 23.32 | 12.45 | 1.2 | - |
| YUV | 71.93 | 87.98 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 1 | 0 | 0.89 | 0.99 | 0.23 | 6.43 | 0.99 | 0.39 |
| Hex | C5 | 16 | 1 | 0 | 59 | 63 | 17 | 6 | 63 | 27 |
| Octal | 305 | 26 | 1 | 0 | 131 | 143 | 27 | 6 | 143 | 47 |
| Binary | 11000101 | 10110 | 1 | 0 | 1011001 | 1100011 | 10111 | 110 | 1100011 | 100111 |
Color Harmonies of #C51601
Complementary color
Monochromatic Colors of #C51601
Black with #C51601
Text Example
Text Example
White with #C51601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51601; }
p { color: rgb(197,22,1); }
H1.HeaderClassName
{
color: #C51601;
}
.AnyTagClassName
{
color: #C51601;
}
</style>
background-color css
<style>
a { background-color: #C51601; }
a { background-color: rgb(197,22,1); }
div.DivClassName
{
background-color: #C51601;
}
.BgClassName
{
background-color: #C51601;
}
</style>
border-color css
<style>
span { border-color: #C51601; }
span { border-color: rgb(197,22,1); }
td.TdClassName
{
border-color: #C51601;
}
.TagClassName
{
border-color: #C51601;
}
</style>