Shades of Free Speech Red #C11A01
Tints of Free Speech Red #C11A01
RGB
CMYK
RGB Variations
Color information
#C11A01 (or 0xC11A01) is known color: Free Speech Red. HEX triplet: C1, 1A and 01. RGB value is (193,26,1). Sum of RGB (Red+Green+Blue) = 193+26+1=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11A01 is #3EE5FE. Grayscale: #494949. Windows color (decimal): -4122111 or 72385. OLE color: 72385.
HSL color Cylindrical-coordinate representation of color #C11A01: hue angle of 7.81º 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 #C11A01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.24 |
| HSL | 7.81º | 0.99% | 0.38% | - |
| HSV(B) | 7.81º | 0.99% | 0.76% | - |
| XYZ | 22.37 | 12.08 | 1.18 | - |
| YUV | 73.08 | 87.33 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 1 | 0 | 0.87 | 0.99 | 0.24 | 7.81 | 0.99 | 0.38 |
| Hex | C1 | 1A | 1 | 0 | 57 | 63 | 18 | 8 | 63 | 26 |
| Octal | 301 | 32 | 1 | 0 | 127 | 143 | 30 | 10 | 143 | 46 |
| Binary | 11000001 | 11010 | 1 | 0 | 1010111 | 1100011 | 11000 | 1000 | 1100011 | 100110 |
Color Harmonies of #C11A01
Complementary color
Monochromatic Colors of #C11A01
Black with #C11A01
Text Example
Text Example
White with #C11A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A01; }
p { color: rgb(193,26,1); }
H1.HeaderClassName
{
color: #C11A01;
}
.AnyTagClassName
{
color: #C11A01;
}
</style>
background-color css
<style>
a { background-color: #C11A01; }
a { background-color: rgb(193,26,1); }
div.DivClassName
{
background-color: #C11A01;
}
.BgClassName
{
background-color: #C11A01;
}
</style>
border-color css
<style>
span { border-color: #C11A01; }
span { border-color: rgb(193,26,1); }
td.TdClassName
{
border-color: #C11A01;
}
.TagClassName
{
border-color: #C11A01;
}
</style>