Shades of Free Speech Red #C10F00
Tints of Free Speech Red #C10F00
RGB
CMYK
RGB Variations
Color information
#C10F00 (or 0xC10F00) is known color: Free Speech Red. HEX triplet: C1, 0F and 00. RGB value is (193,15,0). Sum of RGB (Red+Green+Blue) = 193+15+0=208 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.79% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F00 is #3EF0FF. Grayscale: #424242. Windows color (decimal): -4124928 or 4033. OLE color: 4033.
HSL color Cylindrical-coordinate representation of color #C10F00: hue angle of 4.66º 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 #C10F00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.24 |
| HSL | 4.66º | 1% | 0.38% | - |
| HSV(B) | 4.66º | 1% | 0.76% | - |
| XYZ | 22.16 | 11.68 | 1.09 | - |
| YUV | 66.51 | 90.47 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 0 | 0 | 0.92 | 1 | 0.24 | 4.66 | 1 | 0.38 |
| Hex | C1 | F | 0 | 0 | 5C | 64 | 18 | 5 | 64 | 26 |
| Octal | 301 | 17 | 0 | 0 | 134 | 144 | 30 | 5 | 144 | 46 |
| Binary | 11000001 | 1111 | 0 | 0 | 1011100 | 1100100 | 11000 | 101 | 1100100 | 100110 |
Color Harmonies of #C10F00
Complementary color
Monochromatic Colors of #C10F00
Black with #C10F00
Text Example
Text Example
White with #C10F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F00; }
p { color: rgb(193,15,0); }
H1.HeaderClassName
{
color: #C10F00;
}
.AnyTagClassName
{
color: #C10F00;
}
</style>
background-color css
<style>
a { background-color: #C10F00; }
a { background-color: rgb(193,15,0); }
div.DivClassName
{
background-color: #C10F00;
}
.BgClassName
{
background-color: #C10F00;
}
</style>
border-color css
<style>
span { border-color: #C10F00; }
span { border-color: rgb(193,15,0); }
td.TdClassName
{
border-color: #C10F00;
}
.TagClassName
{
border-color: #C10F00;
}
</style>