Shades of Free Speech Red #C91101
Tints of Free Speech Red #C91101
RGB
CMYK
RGB Variations
Color information
#C91101 (or 0xC91101) is known color: Free Speech Red. HEX triplet: C9, 11 and 01. RGB value is (201,17,1). Sum of RGB (Red+Green+Blue) = 201+17+1=219 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.78% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 201 - color contains mainly: red. Hex color #C91101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91101 is #36EEFE. Grayscale: #464646. Windows color (decimal): -3600127 or 70089. OLE color: 70089.
HSL color Cylindrical-coordinate representation of color #C91101: hue angle of 4.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C91101 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.21 |
| HSL | 4.8º | 0.99% | 0.4% | - |
| HSV(B) | 4.8º | 1% | 0.79% | - |
| XYZ | 24.29 | 12.82 | 1.22 | - |
| YUV | 70.19 | 88.96 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 1 | 0 | 0.92 | 1.00 | 0.21 | 4.8 | 0.99 | 0.4 |
| Hex | C9 | 11 | 1 | 0 | 5C | 64 | 15 | 5 | 63 | 28 |
| Octal | 311 | 21 | 1 | 0 | 134 | 144 | 25 | 5 | 143 | 50 |
| Binary | 11001001 | 10001 | 1 | 0 | 1011100 | 1100100 | 10101 | 101 | 1100011 | 101000 |
Color Harmonies of #C91101
Complementary color
Monochromatic Colors of #C91101
Black with #C91101
Text Example
Text Example
White with #C91101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91101; }
p { color: rgb(201,17,1); }
H1.HeaderClassName
{
color: #C91101;
}
.AnyTagClassName
{
color: #C91101;
}
</style>
background-color css
<style>
a { background-color: #C91101; }
a { background-color: rgb(201,17,1); }
div.DivClassName
{
background-color: #C91101;
}
.BgClassName
{
background-color: #C91101;
}
</style>
border-color css
<style>
span { border-color: #C91101; }
span { border-color: rgb(201,17,1); }
td.TdClassName
{
border-color: #C91101;
}
.TagClassName
{
border-color: #C91101;
}
</style>