Shades of Free Speech Red #D11705
Tints of Free Speech Red #D11705
RGB
CMYK
RGB Variations
Color information
#D11705 (or 0xD11705) is known color: Free Speech Red. HEX triplet: D1, 17 and 05. RGB value is (209,23,5). Sum of RGB (Red+Green+Blue) = 209+23+5=237 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.19% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 209 - color contains mainly: red. Hex color #D11705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11705 is #2EE8FA. Grayscale: #4C4C4C. Windows color (decimal): -3074299 or 333777. OLE color: 333777.
HSL color Cylindrical-coordinate representation of color #D11705: hue angle of 5.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D11705 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 5 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.18 |
| HSL | 5.29º | 0.95% | 0.42% | - |
| HSV(B) | 5.29º | 0.98% | 0.82% | - |
| XYZ | 26.63 | 14.18 | 1.48 | - |
| YUV | 76.56 | 87.62 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 5 | 0 | 0.89 | 0.98 | 0.18 | 5.29 | 0.95 | 0.42 |
| Hex | D1 | 17 | 5 | 0 | 59 | 62 | 12 | 5 | 5F | 2A |
| Octal | 321 | 27 | 5 | 0 | 131 | 142 | 22 | 5 | 137 | 52 |
| Binary | 11010001 | 10111 | 101 | 0 | 1011001 | 1100010 | 10010 | 101 | 1011111 | 101010 |
Color Harmonies of #D11705
Complementary color
Monochromatic Colors of #D11705
Black with #D11705
Text Example
Text Example
White with #D11705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11705; }
p { color: rgb(209,23,5); }
H1.HeaderClassName
{
color: #D11705;
}
.AnyTagClassName
{
color: #D11705;
}
</style>
background-color css
<style>
a { background-color: #D11705; }
a { background-color: rgb(209,23,5); }
div.DivClassName
{
background-color: #D11705;
}
.BgClassName
{
background-color: #D11705;
}
</style>
border-color css
<style>
span { border-color: #D11705; }
span { border-color: rgb(209,23,5); }
td.TdClassName
{
border-color: #D11705;
}
.TagClassName
{
border-color: #D11705;
}
</style>