Shades of Free Speech Red #C01B01
Tints of Free Speech Red #C01B01
RGB
CMYK
RGB Variations
Color information
#C01B01 (or 0xC01B01) is known color: Free Speech Red. HEX triplet: C0, 1B and 01. RGB value is (192,27,1). Sum of RGB (Red+Green+Blue) = 192+27+1=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01B01 is #3FE4FE. Grayscale: #494949. Windows color (decimal): -4187391 or 72640. OLE color: 72640.
HSL color Cylindrical-coordinate representation of color #C01B01: hue angle of 8.17º 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 #C01B01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.25 |
| HSL | 8.17º | 0.99% | 0.38% | - |
| HSV(B) | 8.17º | 0.99% | 0.75% | - |
| XYZ | 22.14 | 11.99 | 1.18 | - |
| YUV | 73.37 | 87.16 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 1 | 0 | 0.86 | 0.99 | 0.25 | 8.17 | 0.99 | 0.38 |
| Hex | C0 | 1B | 1 | 0 | 56 | 63 | 19 | 8 | 63 | 26 |
| Octal | 300 | 33 | 1 | 0 | 126 | 143 | 31 | 10 | 143 | 46 |
| Binary | 11000000 | 11011 | 1 | 0 | 1010110 | 1100011 | 11001 | 1000 | 1100011 | 100110 |
Color Harmonies of #C01B01
Complementary color
Monochromatic Colors of #C01B01
Black with #C01B01
Text Example
Text Example
White with #C01B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B01; }
p { color: rgb(192,27,1); }
H1.HeaderClassName
{
color: #C01B01;
}
.AnyTagClassName
{
color: #C01B01;
}
</style>
background-color css
<style>
a { background-color: #C01B01; }
a { background-color: rgb(192,27,1); }
div.DivClassName
{
background-color: #C01B01;
}
.BgClassName
{
background-color: #C01B01;
}
</style>
border-color css
<style>
span { border-color: #C01B01; }
span { border-color: rgb(192,27,1); }
td.TdClassName
{
border-color: #C01B01;
}
.TagClassName
{
border-color: #C01B01;
}
</style>