Shades of Free Speech Red #C10801
Tints of Free Speech Red #C10801
RGB
CMYK
RGB Variations
Color information
#C10801 (or 0xC10801) is known color: Free Speech Red. HEX triplet: C1, 08 and 01. RGB value is (193,8,1). Sum of RGB (Red+Green+Blue) = 193+8+1=202 (26% of max value = 765). Red value is 193 (75.78% from 255 or 95.54% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 193 - color contains mainly: red. Hex color #C10801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10801 is #3EF7FE. Grayscale: #3E3E3E. Windows color (decimal): -4126719 or 67777. OLE color: 67777.
HSL color Cylindrical-coordinate representation of color #C10801: hue angle of 2.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10801 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.24 |
| HSL | 2.19º | 0.99% | 0.38% | - |
| HSV(B) | 2.19º | 0.99% | 0.76% | - |
| XYZ | 22.08 | 11.51 | 1.09 | - |
| YUV | 62.52 | 93.29 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 1 | 0 | 0.96 | 0.99 | 0.24 | 2.19 | 0.99 | 0.38 |
| Hex | C1 | 8 | 1 | 0 | 60 | 63 | 18 | 2 | 63 | 26 |
| Octal | 301 | 10 | 1 | 0 | 140 | 143 | 30 | 2 | 143 | 46 |
| Binary | 11000001 | 1000 | 1 | 0 | 1100000 | 1100011 | 11000 | 10 | 1100011 | 100110 |
Color Harmonies of #C10801
Complementary color
Monochromatic Colors of #C10801
Black with #C10801
Text Example
Text Example
White with #C10801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10801; }
p { color: rgb(193,8,1); }
H1.HeaderClassName
{
color: #C10801;
}
.AnyTagClassName
{
color: #C10801;
}
</style>
background-color css
<style>
a { background-color: #C10801; }
a { background-color: rgb(193,8,1); }
div.DivClassName
{
background-color: #C10801;
}
.BgClassName
{
background-color: #C10801;
}
</style>
border-color css
<style>
span { border-color: #C10801; }
span { border-color: rgb(193,8,1); }
td.TdClassName
{
border-color: #C10801;
}
.TagClassName
{
border-color: #C10801;
}
</style>