Shades of Free Speech Red #C10C00
Tints of Free Speech Red #C10C00
RGB
CMYK
RGB Variations
Color information
#C10C00 (or 0xC10C00) is known color: Free Speech Red. HEX triplet: C1, 0C and 00. RGB value is (193,12,0). Sum of RGB (Red+Green+Blue) = 193+12+0=205 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.15% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10C00 is #3EF3FF. Grayscale: #404040. Windows color (decimal): -4125696 or 3265. OLE color: 3265.
HSL color Cylindrical-coordinate representation of color #C10C00: hue angle of 3.73º 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 #C10C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.24 |
| HSL | 3.73º | 1% | 0.38% | - |
| HSV(B) | 3.73º | 1% | 0.76% | - |
| XYZ | 22.12 | 11.6 | 1.07 | - |
| YUV | 64.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 0 | 0 | 0.94 | 1 | 0.24 | 3.73 | 1 | 0.38 |
| Hex | C1 | C | 0 | 0 | 5E | 64 | 18 | 4 | 64 | 26 |
| Octal | 301 | 14 | 0 | 0 | 136 | 144 | 30 | 4 | 144 | 46 |
| Binary | 11000001 | 1100 | 0 | 0 | 1011110 | 1100100 | 11000 | 100 | 1100100 | 100110 |
Color Harmonies of #C10C00
Complementary color
Monochromatic Colors of #C10C00
Black with #C10C00
Text Example
Text Example
White with #C10C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C00; }
p { color: rgb(193,12,0); }
H1.HeaderClassName
{
color: #C10C00;
}
.AnyTagClassName
{
color: #C10C00;
}
</style>
background-color css
<style>
a { background-color: #C10C00; }
a { background-color: rgb(193,12,0); }
div.DivClassName
{
background-color: #C10C00;
}
.BgClassName
{
background-color: #C10C00;
}
</style>
border-color css
<style>
span { border-color: #C10C00; }
span { border-color: rgb(193,12,0); }
td.TdClassName
{
border-color: #C10C00;
}
.TagClassName
{
border-color: #C10C00;
}
</style>