Shades of Free Speech Red #C01005
Tints of Free Speech Red #C01005
RGB
CMYK
RGB Variations
Color information
#C01005 (or 0xC01005) is known color: Free Speech Red. HEX triplet: C0, 10 and 05. RGB value is (192,16,5). Sum of RGB (Red+Green+Blue) = 192+16+5=213 (28% of max value = 765). Red value is 192 (75.39% from 255 or 90.14% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 192 - color contains mainly: red. Hex color #C01005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01005 is #3FEFFA. Grayscale: #434343. Windows color (decimal): -4190203 or 331968. OLE color: 331968.
HSL color Cylindrical-coordinate representation of color #C01005: hue angle of 3.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C01005 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 5 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.25 |
| HSL | 3.53º | 0.95% | 0.39% | - |
| HSV(B) | 3.53º | 0.97% | 0.75% | - |
| XYZ | 21.95 | 11.59 | 1.22 | - |
| YUV | 67.37 | 92.81 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 5 | 0 | 0.92 | 0.97 | 0.25 | 3.53 | 0.95 | 0.39 |
| Hex | C0 | 10 | 5 | 0 | 5C | 61 | 19 | 4 | 5F | 27 |
| Octal | 300 | 20 | 5 | 0 | 134 | 141 | 31 | 4 | 137 | 47 |
| Binary | 11000000 | 10000 | 101 | 0 | 1011100 | 1100001 | 11001 | 100 | 1011111 | 100111 |
Color Harmonies of #C01005
Complementary color
Monochromatic Colors of #C01005
Black with #C01005
Text Example
Text Example
White with #C01005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01005; }
p { color: rgb(192,16,5); }
H1.HeaderClassName
{
color: #C01005;
}
.AnyTagClassName
{
color: #C01005;
}
</style>
background-color css
<style>
a { background-color: #C01005; }
a { background-color: rgb(192,16,5); }
div.DivClassName
{
background-color: #C01005;
}
.BgClassName
{
background-color: #C01005;
}
</style>
border-color css
<style>
span { border-color: #C01005; }
span { border-color: rgb(192,16,5); }
td.TdClassName
{
border-color: #C01005;
}
.TagClassName
{
border-color: #C01005;
}
</style>