Shades of Free Speech Red #C01C00
Tints of Free Speech Red #C01C00
RGB
CMYK
RGB Variations
Color information
#C01C00 (or 0xC01C00) is known color: Free Speech Red. HEX triplet: C0, 1C and 00. RGB value is (192,28,0). Sum of RGB (Red+Green+Blue) = 192+28+0=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01C00 is #3FE3FF. Grayscale: #4A4A4A. Windows color (decimal): -4187136 or 7360. OLE color: 7360.
HSL color Cylindrical-coordinate representation of color #C01C00: hue angle of 8.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C01C00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.25 |
| HSL | 8.75º | 1% | 0.38% | - |
| HSV(B) | 8.75º | 1% | 0.75% | - |
| XYZ | 22.15 | 12.04 | 1.16 | - |
| YUV | 73.84 | 86.33 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 0 | 0 | 0.85 | 1 | 0.25 | 8.75 | 1 | 0.38 |
| Hex | C0 | 1C | 0 | 0 | 55 | 64 | 19 | 9 | 64 | 26 |
| Octal | 300 | 34 | 0 | 0 | 125 | 144 | 31 | 11 | 144 | 46 |
| Binary | 11000000 | 11100 | 0 | 0 | 1010101 | 1100100 | 11001 | 1001 | 1100100 | 100110 |
Color Harmonies of #C01C00
Complementary color
Monochromatic Colors of #C01C00
Black with #C01C00
Text Example
Text Example
White with #C01C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01C00; }
p { color: rgb(192,28,0); }
H1.HeaderClassName
{
color: #C01C00;
}
.AnyTagClassName
{
color: #C01C00;
}
</style>
background-color css
<style>
a { background-color: #C01C00; }
a { background-color: rgb(192,28,0); }
div.DivClassName
{
background-color: #C01C00;
}
.BgClassName
{
background-color: #C01C00;
}
</style>
border-color css
<style>
span { border-color: #C01C00; }
span { border-color: rgb(192,28,0); }
td.TdClassName
{
border-color: #C01C00;
}
.TagClassName
{
border-color: #C01C00;
}
</style>