Shades of Free Speech Red #C10B01
Tints of Free Speech Red #C10B01
RGB
CMYK
RGB Variations
Color information
#C10B01 (or 0xC10B01) is known color: Free Speech Red. HEX triplet: C1, 0B and 01. RGB value is (193,11,1). Sum of RGB (Red+Green+Blue) = 193+11+1=205 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.15% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10B01 is #3EF4FE. Grayscale: #404040. Windows color (decimal): -4125951 or 68545. OLE color: 68545.
HSL color Cylindrical-coordinate representation of color #C10B01: hue angle of 3.12º 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 #C10B01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.24 |
| HSL | 3.13º | 0.99% | 0.38% | - |
| HSV(B) | 3.13º | 0.99% | 0.76% | - |
| XYZ | 22.12 | 11.58 | 1.1 | - |
| YUV | 64.28 | 92.3 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 1 | 0 | 0.94 | 0.99 | 0.24 | 3.13 | 0.99 | 0.38 |
| Hex | C1 | B | 1 | 0 | 5E | 63 | 18 | 3 | 63 | 26 |
| Octal | 301 | 13 | 1 | 0 | 136 | 143 | 30 | 3 | 143 | 46 |
| Binary | 11000001 | 1011 | 1 | 0 | 1011110 | 1100011 | 11000 | 11 | 1100011 | 100110 |
Color Harmonies of #C10B01
Complementary color
Monochromatic Colors of #C10B01
Black with #C10B01
Text Example
Text Example
White with #C10B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B01; }
p { color: rgb(193,11,1); }
H1.HeaderClassName
{
color: #C10B01;
}
.AnyTagClassName
{
color: #C10B01;
}
</style>
background-color css
<style>
a { background-color: #C10B01; }
a { background-color: rgb(193,11,1); }
div.DivClassName
{
background-color: #C10B01;
}
.BgClassName
{
background-color: #C10B01;
}
</style>
border-color css
<style>
span { border-color: #C10B01; }
span { border-color: rgb(193,11,1); }
td.TdClassName
{
border-color: #C10B01;
}
.TagClassName
{
border-color: #C10B01;
}
</style>