Shades of Free Speech Red #D11900
Tints of Free Speech Red #D11900
RGB
CMYK
RGB Variations
Color information
#D11900 (or 0xD11900) is known color: Free Speech Red. HEX triplet: D1, 19 and 00. RGB value is (209,25,0). Sum of RGB (Red+Green+Blue) = 209+25+0=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D11900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11900 is #2EE6FF. Grayscale: #4D4D4D. Windows color (decimal): -3073792 or 6609. OLE color: 6609.
HSL color Cylindrical-coordinate representation of color #D11900: hue angle of 7.18º 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 #D11900 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.18 |
| HSL | 7.18º | 1% | 0.41% | - |
| HSV(B) | 7.18º | 1% | 0.82% | - |
| XYZ | 26.64 | 14.25 | 1.35 | - |
| YUV | 77.17 | 84.46 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 0 | 0 | 0.88 | 1 | 0.18 | 7.18 | 1 | 0.41 |
| Hex | D1 | 19 | 0 | 0 | 58 | 64 | 12 | 7 | 64 | 29 |
| Octal | 321 | 31 | 0 | 0 | 130 | 144 | 22 | 7 | 144 | 51 |
| Binary | 11010001 | 11001 | 0 | 0 | 1011000 | 1100100 | 10010 | 111 | 1100100 | 101001 |
Color Harmonies of #D11900
Complementary color
Monochromatic Colors of #D11900
Black with #D11900
Text Example
Text Example
White with #D11900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11900; }
p { color: rgb(209,25,0); }
H1.HeaderClassName
{
color: #D11900;
}
.AnyTagClassName
{
color: #D11900;
}
</style>
background-color css
<style>
a { background-color: #D11900; }
a { background-color: rgb(209,25,0); }
div.DivClassName
{
background-color: #D11900;
}
.BgClassName
{
background-color: #D11900;
}
</style>
border-color css
<style>
span { border-color: #D11900; }
span { border-color: rgb(209,25,0); }
td.TdClassName
{
border-color: #D11900;
}
.TagClassName
{
border-color: #D11900;
}
</style>