Shades of Free Speech Red #C10400
Tints of Free Speech Red #C10400
RGB
CMYK
RGB Variations
Color information
#C10400 (or 0xC10400) is known color: Free Speech Red. HEX triplet: C1, 04 and 00. RGB value is (193,4,0). Sum of RGB (Red+Green+Blue) = 193+4+0=197 (26% of max value = 765). Red value is 193 (75.78% from 255 or 97.97% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 193 - color contains mainly: red. Hex color #C10400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10400 is #3EFBFF. Grayscale: #3C3C3C. Windows color (decimal): -4127744 or 1217. OLE color: 1217.
HSL color Cylindrical-coordinate representation of color #C10400: hue angle of 1.24º 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 #C10400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.24 |
| HSL | 1.24º | 1% | 0.38% | - |
| HSV(B) | 1.24º | 1% | 0.76% | - |
| XYZ | 22.04 | 11.42 | 1.04 | - |
| YUV | 60.06 | 94.12 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 0 | 0 | 0.98 | 1 | 0.24 | 1.24 | 1 | 0.38 |
| Hex | C1 | 4 | 0 | 0 | 62 | 64 | 18 | 1 | 64 | 26 |
| Octal | 301 | 4 | 0 | 0 | 142 | 144 | 30 | 1 | 144 | 46 |
| Binary | 11000001 | 100 | 0 | 0 | 1100010 | 1100100 | 11000 | 1 | 1100100 | 100110 |
Color Harmonies of #C10400
Complementary color
Monochromatic Colors of #C10400
Black with #C10400
Text Example
Text Example
White with #C10400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10400; }
p { color: rgb(193,4,0); }
H1.HeaderClassName
{
color: #C10400;
}
.AnyTagClassName
{
color: #C10400;
}
</style>
background-color css
<style>
a { background-color: #C10400; }
a { background-color: rgb(193,4,0); }
div.DivClassName
{
background-color: #C10400;
}
.BgClassName
{
background-color: #C10400;
}
</style>
border-color css
<style>
span { border-color: #C10400; }
span { border-color: rgb(193,4,0); }
td.TdClassName
{
border-color: #C10400;
}
.TagClassName
{
border-color: #C10400;
}
</style>