Shades of Free Speech Red #C01008
Tints of Free Speech Red #C01008
RGB
CMYK
RGB Variations
Color information
#C01008 (or 0xC01008) is known color: Free Speech Red. HEX triplet: C0, 10 and 08. RGB value is (192,16,8). Sum of RGB (Red+Green+Blue) = 192+16+8=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C01008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01008 is #3FEFF7. Grayscale: #434343. Windows color (decimal): -4190200 or 528576. OLE color: 528576.
HSL color Cylindrical-coordinate representation of color #C01008: hue angle of 2.61º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C01008 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.25 |
| HSL | 2.61º | 0.92% | 0.39% | - |
| HSV(B) | 2.61º | 0.96% | 0.75% | - |
| XYZ | 21.97 | 11.59 | 1.31 | - |
| YUV | 67.71 | 94.31 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 8 | 0 | 0.92 | 0.96 | 0.25 | 2.61 | 0.92 | 0.39 |
| Hex | C0 | 10 | 8 | 0 | 5C | 60 | 19 | 3 | 5C | 27 |
| Octal | 300 | 20 | 10 | 0 | 134 | 140 | 31 | 3 | 134 | 47 |
| Binary | 11000000 | 10000 | 1000 | 0 | 1011100 | 1100000 | 11001 | 11 | 1011100 | 100111 |
Color Harmonies of #C01008
Complementary color
Monochromatic Colors of #C01008
Black with #C01008
Text Example
Text Example
White with #C01008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01008; }
p { color: rgb(192,16,8); }
H1.HeaderClassName
{
color: #C01008;
}
.AnyTagClassName
{
color: #C01008;
}
</style>
background-color css
<style>
a { background-color: #C01008; }
a { background-color: rgb(192,16,8); }
div.DivClassName
{
background-color: #C01008;
}
.BgClassName
{
background-color: #C01008;
}
</style>
border-color css
<style>
span { border-color: #C01008; }
span { border-color: rgb(192,16,8); }
td.TdClassName
{
border-color: #C01008;
}
.TagClassName
{
border-color: #C01008;
}
</style>