Shades of Free Speech Red #D11700
Tints of Free Speech Red #D11700
RGB
CMYK
RGB Variations
Color information
#D11700 (or 0xD11700) is known color: Free Speech Red. HEX triplet: D1, 17 and 00. RGB value is (209,23,0). Sum of RGB (Red+Green+Blue) = 209+23+0=232 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.09% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 209 - color contains mainly: red. Hex color #D11700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11700 is #2EE8FF. Grayscale: #4C4C4C. Windows color (decimal): -3074304 or 6097. OLE color: 6097.
HSL color Cylindrical-coordinate representation of color #D11700: hue angle of 6.6º 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 #D11700 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.18 |
| HSL | 6.6º | 1% | 0.41% | - |
| HSV(B) | 6.6º | 1% | 0.82% | - |
| XYZ | 26.6 | 14.17 | 1.33 | - |
| YUV | 75.99 | 85.12 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 0 | 0 | 0.89 | 1 | 0.18 | 6.6 | 1 | 0.41 |
| Hex | D1 | 17 | 0 | 0 | 59 | 64 | 12 | 7 | 64 | 29 |
| Octal | 321 | 27 | 0 | 0 | 131 | 144 | 22 | 7 | 144 | 51 |
| Binary | 11010001 | 10111 | 0 | 0 | 1011001 | 1100100 | 10010 | 111 | 1100100 | 101001 |
Color Harmonies of #D11700
Complementary color
Monochromatic Colors of #D11700
Black with #D11700
Text Example
Text Example
White with #D11700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11700; }
p { color: rgb(209,23,0); }
H1.HeaderClassName
{
color: #D11700;
}
.AnyTagClassName
{
color: #D11700;
}
</style>
background-color css
<style>
a { background-color: #D11700; }
a { background-color: rgb(209,23,0); }
div.DivClassName
{
background-color: #D11700;
}
.BgClassName
{
background-color: #D11700;
}
</style>
border-color css
<style>
span { border-color: #D11700; }
span { border-color: rgb(209,23,0); }
td.TdClassName
{
border-color: #D11700;
}
.TagClassName
{
border-color: #D11700;
}
</style>