Shades of Free Speech Red #C10E05
Tints of Free Speech Red #C10E05
RGB
CMYK
RGB Variations
Color information
#C10E05 (or 0xC10E05) is known color: Free Speech Red. HEX triplet: C1, 0E and 05. RGB value is (193,14,5). Sum of RGB (Red+Green+Blue) = 193+14+5=212 (28% of max value = 765). Red value is 193 (75.78% from 255 or 91.04% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10E05 is #3EF1FA. Grayscale: #424242. Windows color (decimal): -4125179 or 331457. OLE color: 331457.
HSL color Cylindrical-coordinate representation of color #C10E05: hue angle of 2.87º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10E05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 5 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.24 |
| HSL | 2.87º | 0.95% | 0.39% | - |
| HSV(B) | 2.87º | 0.97% | 0.76% | - |
| XYZ | 22.18 | 11.66 | 1.23 | - |
| YUV | 66.5 | 93.3 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 5 | 0 | 0.93 | 0.97 | 0.24 | 2.87 | 0.95 | 0.39 |
| Hex | C1 | E | 5 | 0 | 5D | 61 | 18 | 3 | 5F | 27 |
| Octal | 301 | 16 | 5 | 0 | 135 | 141 | 30 | 3 | 137 | 47 |
| Binary | 11000001 | 1110 | 101 | 0 | 1011101 | 1100001 | 11000 | 11 | 1011111 | 100111 |
Color Harmonies of #C10E05
Complementary color
Monochromatic Colors of #C10E05
Black with #C10E05
Text Example
Text Example
White with #C10E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E05; }
p { color: rgb(193,14,5); }
H1.HeaderClassName
{
color: #C10E05;
}
.AnyTagClassName
{
color: #C10E05;
}
</style>
background-color css
<style>
a { background-color: #C10E05; }
a { background-color: rgb(193,14,5); }
div.DivClassName
{
background-color: #C10E05;
}
.BgClassName
{
background-color: #C10E05;
}
</style>
border-color css
<style>
span { border-color: #C10E05; }
span { border-color: rgb(193,14,5); }
td.TdClassName
{
border-color: #C10E05;
}
.TagClassName
{
border-color: #C10E05;
}
</style>