Shades of Free Speech Red #C00F01
Tints of Free Speech Red #C00F01
RGB
CMYK
RGB Variations
Color information
#C00F01 (or 0xC00F01) is known color: Free Speech Red. HEX triplet: C0, 0F and 01. RGB value is (192,15,1). Sum of RGB (Red+Green+Blue) = 192+15+1=208 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.31% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00F01 is #3FF0FE. Grayscale: #424242. Windows color (decimal): -4190463 or 69568. OLE color: 69568.
HSL color Cylindrical-coordinate representation of color #C00F01: hue angle of 4.4º 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 #C00F01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.25 |
| HSL | 4.4º | 0.99% | 0.38% | - |
| HSV(B) | 4.4º | 0.99% | 0.75% | - |
| XYZ | 21.91 | 11.55 | 1.1 | - |
| YUV | 66.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 1 | 0 | 0.92 | 0.99 | 0.25 | 4.4 | 0.99 | 0.38 |
| Hex | C0 | F | 1 | 0 | 5C | 63 | 19 | 4 | 63 | 26 |
| Octal | 300 | 17 | 1 | 0 | 134 | 143 | 31 | 4 | 143 | 46 |
| Binary | 11000000 | 1111 | 1 | 0 | 1011100 | 1100011 | 11001 | 100 | 1100011 | 100110 |
Color Harmonies of #C00F01
Complementary color
Monochromatic Colors of #C00F01
Black with #C00F01
Text Example
Text Example
White with #C00F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F01; }
p { color: rgb(192,15,1); }
H1.HeaderClassName
{
color: #C00F01;
}
.AnyTagClassName
{
color: #C00F01;
}
</style>
background-color css
<style>
a { background-color: #C00F01; }
a { background-color: rgb(192,15,1); }
div.DivClassName
{
background-color: #C00F01;
}
.BgClassName
{
background-color: #C00F01;
}
</style>
border-color css
<style>
span { border-color: #C00F01; }
span { border-color: rgb(192,15,1); }
td.TdClassName
{
border-color: #C00F01;
}
.TagClassName
{
border-color: #C00F01;
}
</style>