Shades of Free Speech Red #C01700
Tints of Free Speech Red #C01700
RGB
CMYK
RGB Variations
Color information
#C01700 (or 0xC01700) is known color: Free Speech Red. HEX triplet: C0, 17 and 00. RGB value is (192,23,0). Sum of RGB (Red+Green+Blue) = 192+23+0=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C01700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01700 is #3FE8FF. Grayscale: #474747. Windows color (decimal): -4188416 or 6080. OLE color: 6080.
HSL color Cylindrical-coordinate representation of color #C01700: hue angle of 7.19º 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 #C01700 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.25 |
| HSL | 7.19º | 1% | 0.38% | - |
| HSV(B) | 7.19º | 1% | 0.75% | - |
| XYZ | 22.04 | 11.82 | 1.12 | - |
| YUV | 70.91 | 87.99 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 0 | 0 | 0.88 | 1 | 0.25 | 7.19 | 1 | 0.38 |
| Hex | C0 | 17 | 0 | 0 | 58 | 64 | 19 | 7 | 64 | 26 |
| Octal | 300 | 27 | 0 | 0 | 130 | 144 | 31 | 7 | 144 | 46 |
| Binary | 11000000 | 10111 | 0 | 0 | 1011000 | 1100100 | 11001 | 111 | 1100100 | 100110 |
Color Harmonies of #C01700
Complementary color
Monochromatic Colors of #C01700
Black with #C01700
Text Example
Text Example
White with #C01700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01700; }
p { color: rgb(192,23,0); }
H1.HeaderClassName
{
color: #C01700;
}
.AnyTagClassName
{
color: #C01700;
}
</style>
background-color css
<style>
a { background-color: #C01700; }
a { background-color: rgb(192,23,0); }
div.DivClassName
{
background-color: #C01700;
}
.BgClassName
{
background-color: #C01700;
}
</style>
border-color css
<style>
span { border-color: #C01700; }
span { border-color: rgb(192,23,0); }
td.TdClassName
{
border-color: #C01700;
}
.TagClassName
{
border-color: #C01700;
}
</style>