Shades of Free Speech Red #D11200
Tints of Free Speech Red #D11200
RGB
CMYK
RGB Variations
Color information
#D11200 (or 0xD11200) is known color: Free Speech Red. HEX triplet: D1, 12 and 00. RGB value is (209,18,0). Sum of RGB (Red+Green+Blue) = 209+18+0=227 (30% of max value = 765). Red value is 209 (82.03% from 255 or 92.07% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 209 - color contains mainly: red. Hex color #D11200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11200 is #2EEDFF. Grayscale: #494949. Windows color (decimal): -3075584 or 4817. OLE color: 4817.
HSL color Cylindrical-coordinate representation of color #D11200: hue angle of 5.17º 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 #D11200 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.18 |
| HSL | 5.17º | 1% | 0.41% | - |
| HSV(B) | 5.17º | 1% | 0.82% | - |
| XYZ | 26.51 | 13.99 | 1.3 | - |
| YUV | 73.06 | 86.78 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 0 | 0 | 0.91 | 1 | 0.18 | 5.17 | 1 | 0.41 |
| Hex | D1 | 12 | 0 | 0 | 5B | 64 | 12 | 5 | 64 | 29 |
| Octal | 321 | 22 | 0 | 0 | 133 | 144 | 22 | 5 | 144 | 51 |
| Binary | 11010001 | 10010 | 0 | 0 | 1011011 | 1100100 | 10010 | 101 | 1100100 | 101001 |
Color Harmonies of #D11200
Complementary color
Monochromatic Colors of #D11200
Black with #D11200
Text Example
Text Example
White with #D11200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11200; }
p { color: rgb(209,18,0); }
H1.HeaderClassName
{
color: #D11200;
}
.AnyTagClassName
{
color: #D11200;
}
</style>
background-color css
<style>
a { background-color: #D11200; }
a { background-color: rgb(209,18,0); }
div.DivClassName
{
background-color: #D11200;
}
.BgClassName
{
background-color: #D11200;
}
</style>
border-color css
<style>
span { border-color: #D11200; }
span { border-color: rgb(209,18,0); }
td.TdClassName
{
border-color: #D11200;
}
.TagClassName
{
border-color: #D11200;
}
</style>