Shades of Free Speech Red #C01801
Tints of Free Speech Red #C01801
RGB
CMYK
RGB Variations
Color information
#C01801 (or 0xC01801) is known color: Free Speech Red. HEX triplet: C0, 18 and 01. RGB value is (192,24,1). Sum of RGB (Red+Green+Blue) = 192+24+1=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C01801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01801 is #3FE7FE. Grayscale: #474747. Windows color (decimal): -4188159 or 71872. OLE color: 71872.
HSL color Cylindrical-coordinate representation of color #C01801: hue angle of 7.23º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C01801 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.25 |
| HSL | 7.23º | 0.99% | 0.38% | - |
| HSV(B) | 7.23º | 0.99% | 0.75% | - |
| XYZ | 22.07 | 11.86 | 1.16 | - |
| YUV | 71.61 | 88.16 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 1 | 0 | 0.88 | 0.99 | 0.25 | 7.23 | 0.99 | 0.38 |
| Hex | C0 | 18 | 1 | 0 | 58 | 63 | 19 | 7 | 63 | 26 |
| Octal | 300 | 30 | 1 | 0 | 130 | 143 | 31 | 7 | 143 | 46 |
| Binary | 11000000 | 11000 | 1 | 0 | 1011000 | 1100011 | 11001 | 111 | 1100011 | 100110 |
Color Harmonies of #C01801
Complementary color
Monochromatic Colors of #C01801
Black with #C01801
Text Example
Text Example
White with #C01801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01801; }
p { color: rgb(192,24,1); }
H1.HeaderClassName
{
color: #C01801;
}
.AnyTagClassName
{
color: #C01801;
}
</style>
background-color css
<style>
a { background-color: #C01801; }
a { background-color: rgb(192,24,1); }
div.DivClassName
{
background-color: #C01801;
}
.BgClassName
{
background-color: #C01801;
}
</style>
border-color css
<style>
span { border-color: #C01801; }
span { border-color: rgb(192,24,1); }
td.TdClassName
{
border-color: #C01801;
}
.TagClassName
{
border-color: #C01801;
}
</style>