Shades of Free Speech Red #C01006
Tints of Free Speech Red #C01006
RGB
CMYK
RGB Variations
Color information
#C01006 (or 0xC01006) is known color: Free Speech Red. HEX triplet: C0, 10 and 06. RGB value is (192,16,6). Sum of RGB (Red+Green+Blue) = 192+16+6=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C01006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01006 is #3FEFF9. Grayscale: #434343. Windows color (decimal): -4190202 or 397504. OLE color: 397504.
HSL color Cylindrical-coordinate representation of color #C01006: hue angle of 3.23º degrees, saturation: 0.94, 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 #C01006 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.25 |
| HSL | 3.23º | 0.94% | 0.39% | - |
| HSV(B) | 3.23º | 0.97% | 0.75% | - |
| XYZ | 21.96 | 11.59 | 1.25 | - |
| YUV | 67.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 6 | 0 | 0.92 | 0.97 | 0.25 | 3.23 | 0.94 | 0.39 |
| Hex | C0 | 10 | 6 | 0 | 5C | 61 | 19 | 3 | 5E | 27 |
| Octal | 300 | 20 | 6 | 0 | 134 | 141 | 31 | 3 | 136 | 47 |
| Binary | 11000000 | 10000 | 110 | 0 | 1011100 | 1100001 | 11001 | 11 | 1011110 | 100111 |
Color Harmonies of #C01006
Complementary color
Monochromatic Colors of #C01006
Black with #C01006
Text Example
Text Example
White with #C01006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01006; }
p { color: rgb(192,16,6); }
H1.HeaderClassName
{
color: #C01006;
}
.AnyTagClassName
{
color: #C01006;
}
</style>
background-color css
<style>
a { background-color: #C01006; }
a { background-color: rgb(192,16,6); }
div.DivClassName
{
background-color: #C01006;
}
.BgClassName
{
background-color: #C01006;
}
</style>
border-color css
<style>
span { border-color: #C01006; }
span { border-color: rgb(192,16,6); }
td.TdClassName
{
border-color: #C01006;
}
.TagClassName
{
border-color: #C01006;
}
</style>