Shades of Free Speech Red #D11211
Tints of Free Speech Red #D11211
RGB
CMYK
RGB Variations
Color information
#D11211 (or 0xD11211) is known color: Free Speech Red. HEX triplet: D1, 12 and 11. RGB value is (209,18,17). Sum of RGB (Red+Green+Blue) = 209+18+17=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D11211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11211 is #2EEDEE. Grayscale: #4B4B4B. Windows color (decimal): -3075567 or 1118929. OLE color: 1118929.
HSL color Cylindrical-coordinate representation of color #D11211: hue angle of 0.31º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11211 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.18 |
| HSL | 0.31º | 0.85% | 0.44% | - |
| HSV(B) | 0.31º | 0.92% | 0.82% | - |
| XYZ | 26.61 | 14.03 | 1.84 | - |
| YUV | 75 | 95.28 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 17 | 0 | 0.91 | 0.92 | 0.18 | 0.31 | 0.85 | 0.44 |
| Hex | D1 | 12 | 11 | 0 | 5B | 5C | 12 | 0 | 55 | 2C |
| Octal | 321 | 22 | 21 | 0 | 133 | 134 | 22 | 0 | 125 | 54 |
| Binary | 11010001 | 10010 | 10001 | 0 | 1011011 | 1011100 | 10010 | 0 | 1010101 | 101100 |
Color Harmonies of #D11211
Complementary color
Monochromatic Colors of #D11211
Black with #D11211
Text Example
Text Example
White with #D11211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11211; }
p { color: rgb(209,18,17); }
H1.HeaderClassName
{
color: #D11211;
}
.AnyTagClassName
{
color: #D11211;
}
</style>
background-color css
<style>
a { background-color: #D11211; }
a { background-color: rgb(209,18,17); }
div.DivClassName
{
background-color: #D11211;
}
.BgClassName
{
background-color: #D11211;
}
</style>
border-color css
<style>
span { border-color: #D11211; }
span { border-color: rgb(209,18,17); }
td.TdClassName
{
border-color: #D11211;
}
.TagClassName
{
border-color: #D11211;
}
</style>