Shades of Free Speech Red #C10F01
Tints of Free Speech Red #C10F01
RGB
CMYK
RGB Variations
Color information
#C10F01 (or 0xC10F01) is known color: Free Speech Red. HEX triplet: C1, 0F and 01. RGB value is (193,15,1). Sum of RGB (Red+Green+Blue) = 193+15+1=209 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.34% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F01 is #3EF0FE. Grayscale: #424242. Windows color (decimal): -4124927 or 69569. OLE color: 69569.
HSL color Cylindrical-coordinate representation of color #C10F01: hue angle of 4.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10F01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.24 |
| HSL | 4.38º | 0.99% | 0.38% | - |
| HSV(B) | 4.38º | 0.99% | 0.76% | - |
| XYZ | 22.17 | 11.68 | 1.12 | - |
| YUV | 66.63 | 90.97 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 1 | 0 | 0.92 | 0.99 | 0.24 | 4.38 | 0.99 | 0.38 |
| Hex | C1 | F | 1 | 0 | 5C | 63 | 18 | 4 | 63 | 26 |
| Octal | 301 | 17 | 1 | 0 | 134 | 143 | 30 | 4 | 143 | 46 |
| Binary | 11000001 | 1111 | 1 | 0 | 1011100 | 1100011 | 11000 | 100 | 1100011 | 100110 |
Color Harmonies of #C10F01
Complementary color
Monochromatic Colors of #C10F01
Black with #C10F01
Text Example
Text Example
White with #C10F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F01; }
p { color: rgb(193,15,1); }
H1.HeaderClassName
{
color: #C10F01;
}
.AnyTagClassName
{
color: #C10F01;
}
</style>
background-color css
<style>
a { background-color: #C10F01; }
a { background-color: rgb(193,15,1); }
div.DivClassName
{
background-color: #C10F01;
}
.BgClassName
{
background-color: #C10F01;
}
</style>
border-color css
<style>
span { border-color: #C10F01; }
span { border-color: rgb(193,15,1); }
td.TdClassName
{
border-color: #C10F01;
}
.TagClassName
{
border-color: #C10F01;
}
</style>