Shades of Free Speech Red #C10A05
Tints of Free Speech Red #C10A05
RGB
CMYK
RGB Variations
Color information
#C10A05 (or 0xC10A05) is known color: Free Speech Red. HEX triplet: C1, 0A and 05. RGB value is (193,10,5). Sum of RGB (Red+Green+Blue) = 193+10+5=208 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.79% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A05 is #3EF5FA. Grayscale: #404040. Windows color (decimal): -4126203 or 330433. OLE color: 330433.
HSL color Cylindrical-coordinate representation of color #C10A05: hue angle of 1.6º 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 #C10A05 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 5 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.24 |
| HSL | 1.6º | 0.95% | 0.39% | - |
| HSV(B) | 1.6º | 0.97% | 0.76% | - |
| XYZ | 22.13 | 11.57 | 1.21 | - |
| YUV | 64.15 | 94.63 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 5 | 0 | 0.95 | 0.97 | 0.24 | 1.6 | 0.95 | 0.39 |
| Hex | C1 | A | 5 | 0 | 5F | 61 | 18 | 2 | 5F | 27 |
| Octal | 301 | 12 | 5 | 0 | 137 | 141 | 30 | 2 | 137 | 47 |
| Binary | 11000001 | 1010 | 101 | 0 | 1011111 | 1100001 | 11000 | 10 | 1011111 | 100111 |
Color Harmonies of #C10A05
Complementary color
Monochromatic Colors of #C10A05
Black with #C10A05
Text Example
Text Example
White with #C10A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A05; }
p { color: rgb(193,10,5); }
H1.HeaderClassName
{
color: #C10A05;
}
.AnyTagClassName
{
color: #C10A05;
}
</style>
background-color css
<style>
a { background-color: #C10A05; }
a { background-color: rgb(193,10,5); }
div.DivClassName
{
background-color: #C10A05;
}
.BgClassName
{
background-color: #C10A05;
}
</style>
border-color css
<style>
span { border-color: #C10A05; }
span { border-color: rgb(193,10,5); }
td.TdClassName
{
border-color: #C10A05;
}
.TagClassName
{
border-color: #C10A05;
}
</style>