Shades of Free Speech Red #D11701
Tints of Free Speech Red #D11701
RGB
CMYK
RGB Variations
Color information
#D11701 (or 0xD11701) is known color: Free Speech Red. HEX triplet: D1, 17 and 01. RGB value is (209,23,1). Sum of RGB (Red+Green+Blue) = 209+23+1=233 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.70% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 209 - color contains mainly: red. Hex color #D11701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11701 is #2EE8FE. Grayscale: #4C4C4C. Windows color (decimal): -3074303 or 71633. OLE color: 71633.
HSL color Cylindrical-coordinate representation of color #D11701: hue angle of 6.35º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D11701 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.18 |
| HSL | 6.35º | 0.99% | 0.41% | - |
| HSV(B) | 6.35º | 1% | 0.82% | - |
| XYZ | 26.61 | 14.17 | 1.36 | - |
| YUV | 76.11 | 85.62 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 1 | 0 | 0.89 | 1.00 | 0.18 | 6.35 | 0.99 | 0.41 |
| Hex | D1 | 17 | 1 | 0 | 59 | 64 | 12 | 6 | 63 | 29 |
| Octal | 321 | 27 | 1 | 0 | 131 | 144 | 22 | 6 | 143 | 51 |
| Binary | 11010001 | 10111 | 1 | 0 | 1011001 | 1100100 | 10010 | 110 | 1100011 | 101001 |
Color Harmonies of #D11701
Complementary color
Monochromatic Colors of #D11701
Black with #D11701
Text Example
Text Example
White with #D11701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11701; }
p { color: rgb(209,23,1); }
H1.HeaderClassName
{
color: #D11701;
}
.AnyTagClassName
{
color: #D11701;
}
</style>
background-color css
<style>
a { background-color: #D11701; }
a { background-color: rgb(209,23,1); }
div.DivClassName
{
background-color: #D11701;
}
.BgClassName
{
background-color: #D11701;
}
</style>
border-color css
<style>
span { border-color: #D11701; }
span { border-color: rgb(209,23,1); }
td.TdClassName
{
border-color: #D11701;
}
.TagClassName
{
border-color: #D11701;
}
</style>