Shades of Free Speech Red #C10500
Tints of Free Speech Red #C10500
RGB
CMYK
RGB Variations
Color information
#C10500 (or 0xC10500) is known color: Free Speech Red. HEX triplet: C1, 05 and 00. RGB value is (193,5,0). Sum of RGB (Red+Green+Blue) = 193+5+0=198 (26% of max value = 765). Red value is 193 (75.78% from 255 or 97.47% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 193 - color contains mainly: red. Hex color #C10500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10500 is #3EFAFF. Grayscale: #3C3C3C. Windows color (decimal): -4127488 or 1473. OLE color: 1473.
HSL color Cylindrical-coordinate representation of color #C10500: hue angle of 1.55º 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 #C10500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.24 |
| HSL | 1.55º | 1% | 0.38% | - |
| HSV(B) | 1.55º | 1% | 0.76% | - |
| XYZ | 22.05 | 11.45 | 1.05 | - |
| YUV | 60.64 | 93.78 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 0 | 0 | 0.97 | 1 | 0.24 | 1.55 | 1 | 0.38 |
| Hex | C1 | 5 | 0 | 0 | 61 | 64 | 18 | 2 | 64 | 26 |
| Octal | 301 | 5 | 0 | 0 | 141 | 144 | 30 | 2 | 144 | 46 |
| Binary | 11000001 | 101 | 0 | 0 | 1100001 | 1100100 | 11000 | 10 | 1100100 | 100110 |
Color Harmonies of #C10500
Complementary color
Monochromatic Colors of #C10500
Black with #C10500
Text Example
Text Example
White with #C10500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10500; }
p { color: rgb(193,5,0); }
H1.HeaderClassName
{
color: #C10500;
}
.AnyTagClassName
{
color: #C10500;
}
</style>
background-color css
<style>
a { background-color: #C10500; }
a { background-color: rgb(193,5,0); }
div.DivClassName
{
background-color: #C10500;
}
.BgClassName
{
background-color: #C10500;
}
</style>
border-color css
<style>
span { border-color: #C10500; }
span { border-color: rgb(193,5,0); }
td.TdClassName
{
border-color: #C10500;
}
.TagClassName
{
border-color: #C10500;
}
</style>