Shades of Free Speech Red #D11100
Tints of Free Speech Red #D11100
RGB
CMYK
RGB Variations
Color information
#D11100 (or 0xD11100) is known color: Free Speech Red. HEX triplet: D1, 11 and 00. RGB value is (209,17,0). Sum of RGB (Red+Green+Blue) = 209+17+0=226 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.48% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 209 - color contains mainly: red. Hex color #D11100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11100 is #2EEEFF. Grayscale: #484848. Windows color (decimal): -3075840 or 4561. OLE color: 4561.
HSL color Cylindrical-coordinate representation of color #D11100: hue angle of 4.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D11100 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.18 |
| HSL | 4.88º | 1% | 0.41% | - |
| HSV(B) | 4.88º | 1% | 0.82% | - |
| XYZ | 26.49 | 13.96 | 1.3 | - |
| YUV | 72.47 | 87.11 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 0 | 0 | 0.92 | 1 | 0.18 | 4.88 | 1 | 0.41 |
| Hex | D1 | 11 | 0 | 0 | 5C | 64 | 12 | 5 | 64 | 29 |
| Octal | 321 | 21 | 0 | 0 | 134 | 144 | 22 | 5 | 144 | 51 |
| Binary | 11010001 | 10001 | 0 | 0 | 1011100 | 1100100 | 10010 | 101 | 1100100 | 101001 |
Color Harmonies of #D11100
Complementary color
Monochromatic Colors of #D11100
Black with #D11100
Text Example
Text Example
White with #D11100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11100; }
p { color: rgb(209,17,0); }
H1.HeaderClassName
{
color: #D11100;
}
.AnyTagClassName
{
color: #D11100;
}
</style>
background-color css
<style>
a { background-color: #D11100; }
a { background-color: rgb(209,17,0); }
div.DivClassName
{
background-color: #D11100;
}
.BgClassName
{
background-color: #D11100;
}
</style>
border-color css
<style>
span { border-color: #D11100; }
span { border-color: rgb(209,17,0); }
td.TdClassName
{
border-color: #D11100;
}
.TagClassName
{
border-color: #D11100;
}
</style>