Shades of Free Speech Red #C10A00
Tints of Free Speech Red #C10A00
RGB
CMYK
RGB Variations
Color information
#C10A00 (or 0xC10A00) is known color: Free Speech Red. HEX triplet: C1, 0A and 00. RGB value is (193,10,0). Sum of RGB (Red+Green+Blue) = 193+10+0=203 (26% of max value = 765). Red value is 193 (75.78% from 255 or 95.07% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A00 is #3EF5FF. Grayscale: #3F3F3F. Windows color (decimal): -4126208 or 2753. OLE color: 2753.
HSL color Cylindrical-coordinate representation of color #C10A00: hue angle of 3.11º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10A00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.24 |
| HSL | 3.11º | 1% | 0.38% | - |
| HSV(B) | 3.11º | 1% | 0.76% | - |
| XYZ | 22.1 | 11.55 | 1.07 | - |
| YUV | 63.58 | 92.13 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 0 | 0 | 0.95 | 1 | 0.24 | 3.11 | 1 | 0.38 |
| Hex | C1 | A | 0 | 0 | 5F | 64 | 18 | 3 | 64 | 26 |
| Octal | 301 | 12 | 0 | 0 | 137 | 144 | 30 | 3 | 144 | 46 |
| Binary | 11000001 | 1010 | 0 | 0 | 1011111 | 1100100 | 11000 | 11 | 1100100 | 100110 |
Color Harmonies of #C10A00
Complementary color
Monochromatic Colors of #C10A00
Black with #C10A00
Text Example
Text Example
White with #C10A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A00; }
p { color: rgb(193,10,0); }
H1.HeaderClassName
{
color: #C10A00;
}
.AnyTagClassName
{
color: #C10A00;
}
</style>
background-color css
<style>
a { background-color: #C10A00; }
a { background-color: rgb(193,10,0); }
div.DivClassName
{
background-color: #C10A00;
}
.BgClassName
{
background-color: #C10A00;
}
</style>
border-color css
<style>
span { border-color: #C10A00; }
span { border-color: rgb(193,10,0); }
td.TdClassName
{
border-color: #C10A00;
}
.TagClassName
{
border-color: #C10A00;
}
</style>