Shades of Free Speech Red #C01601
Tints of Free Speech Red #C01601
RGB
CMYK
RGB Variations
Color information
#C01601 (or 0xC01601) is known color: Free Speech Red. HEX triplet: C0, 16 and 01. RGB value is (192,22,1). Sum of RGB (Red+Green+Blue) = 192+22+1=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C01601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01601 is #3FE9FE. Grayscale: #464646. Windows color (decimal): -4188671 or 71360. OLE color: 71360.
HSL color Cylindrical-coordinate representation of color #C01601: hue angle of 6.6º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C01601 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.25 |
| HSL | 6.6º | 0.99% | 0.38% | - |
| HSV(B) | 6.6º | 0.99% | 0.75% | - |
| XYZ | 22.03 | 11.78 | 1.14 | - |
| YUV | 70.44 | 88.82 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 1 | 0 | 0.89 | 0.99 | 0.25 | 6.6 | 0.99 | 0.38 |
| Hex | C0 | 16 | 1 | 0 | 59 | 63 | 19 | 7 | 63 | 26 |
| Octal | 300 | 26 | 1 | 0 | 131 | 143 | 31 | 7 | 143 | 46 |
| Binary | 11000000 | 10110 | 1 | 0 | 1011001 | 1100011 | 11001 | 111 | 1100011 | 100110 |
Color Harmonies of #C01601
Complementary color
Monochromatic Colors of #C01601
Black with #C01601
Text Example
Text Example
White with #C01601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01601; }
p { color: rgb(192,22,1); }
H1.HeaderClassName
{
color: #C01601;
}
.AnyTagClassName
{
color: #C01601;
}
</style>
background-color css
<style>
a { background-color: #C01601; }
a { background-color: rgb(192,22,1); }
div.DivClassName
{
background-color: #C01601;
}
.BgClassName
{
background-color: #C01601;
}
</style>
border-color css
<style>
span { border-color: #C01601; }
span { border-color: rgb(192,22,1); }
td.TdClassName
{
border-color: #C01601;
}
.TagClassName
{
border-color: #C01601;
}
</style>