Shades of Free Speech Red #C01800
Tints of Free Speech Red #C01800
RGB
CMYK
RGB Variations
Color information
#C01800 (or 0xC01800) is known color: Free Speech Red. HEX triplet: C0, 18 and 00. RGB value is (192,24,0). Sum of RGB (Red+Green+Blue) = 192+24+0=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C01800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01800 is #3FE7FF. Grayscale: #474747. Windows color (decimal): -4188160 or 6336. OLE color: 6336.
HSL color Cylindrical-coordinate representation of color #C01800: hue angle of 7.5º 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 #C01800 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.25 |
| HSL | 7.5º | 1% | 0.38% | - |
| HSV(B) | 7.5º | 1% | 0.75% | - |
| XYZ | 22.06 | 11.86 | 1.13 | - |
| YUV | 71.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 0 | 0 | 0.88 | 1 | 0.25 | 7.5 | 1 | 0.38 |
| Hex | C0 | 18 | 0 | 0 | 58 | 64 | 19 | 8 | 64 | 26 |
| Octal | 300 | 30 | 0 | 0 | 130 | 144 | 31 | 10 | 144 | 46 |
| Binary | 11000000 | 11000 | 0 | 0 | 1011000 | 1100100 | 11001 | 1000 | 1100100 | 100110 |
Color Harmonies of #C01800
Complementary color
Monochromatic Colors of #C01800
Black with #C01800
Text Example
Text Example
White with #C01800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01800; }
p { color: rgb(192,24,0); }
H1.HeaderClassName
{
color: #C01800;
}
.AnyTagClassName
{
color: #C01800;
}
</style>
background-color css
<style>
a { background-color: #C01800; }
a { background-color: rgb(192,24,0); }
div.DivClassName
{
background-color: #C01800;
}
.BgClassName
{
background-color: #C01800;
}
</style>
border-color css
<style>
span { border-color: #C01800; }
span { border-color: rgb(192,24,0); }
td.TdClassName
{
border-color: #C01800;
}
.TagClassName
{
border-color: #C01800;
}
</style>