Shades of Free Speech Red #C10E01
Tints of Free Speech Red #C10E01
RGB
CMYK
RGB Variations
Color information
#C10E01 (or 0xC10E01) is known color: Free Speech Red. HEX triplet: C1, 0E and 01. RGB value is (193,14,1). Sum of RGB (Red+Green+Blue) = 193+14+1=208 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.79% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10E01 is #3EF1FE. Grayscale: #424242. Windows color (decimal): -4125183 or 69313. OLE color: 69313.
HSL color Cylindrical-coordinate representation of color #C10E01: hue angle of 4.06º 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 #C10E01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.24 |
| HSL | 4.06º | 0.99% | 0.38% | - |
| HSV(B) | 4.06º | 0.99% | 0.76% | - |
| XYZ | 22.15 | 11.65 | 1.11 | - |
| YUV | 66.04 | 91.3 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 1 | 0 | 0.93 | 0.99 | 0.24 | 4.06 | 0.99 | 0.38 |
| Hex | C1 | E | 1 | 0 | 5D | 63 | 18 | 4 | 63 | 26 |
| Octal | 301 | 16 | 1 | 0 | 135 | 143 | 30 | 4 | 143 | 46 |
| Binary | 11000001 | 1110 | 1 | 0 | 1011101 | 1100011 | 11000 | 100 | 1100011 | 100110 |
Color Harmonies of #C10E01
Complementary color
Monochromatic Colors of #C10E01
Black with #C10E01
Text Example
Text Example
White with #C10E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E01; }
p { color: rgb(193,14,1); }
H1.HeaderClassName
{
color: #C10E01;
}
.AnyTagClassName
{
color: #C10E01;
}
</style>
background-color css
<style>
a { background-color: #C10E01; }
a { background-color: rgb(193,14,1); }
div.DivClassName
{
background-color: #C10E01;
}
.BgClassName
{
background-color: #C10E01;
}
</style>
border-color css
<style>
span { border-color: #C10E01; }
span { border-color: rgb(193,14,1); }
td.TdClassName
{
border-color: #C10E01;
}
.TagClassName
{
border-color: #C10E01;
}
</style>