Shades of Free Speech Red #D11A00
Tints of Free Speech Red #D11A00
RGB
CMYK
RGB Variations
Color information
#D11A00 (or 0xD11A00) is known color: Free Speech Red. HEX triplet: D1, 1A and 00. RGB value is (209,26,0). Sum of RGB (Red+Green+Blue) = 209+26+0=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11A00 is #2EE5FF. Grayscale: #4E4E4E. Windows color (decimal): -3073536 or 6865. OLE color: 6865.
HSL color Cylindrical-coordinate representation of color #D11A00: hue angle of 7.46º 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 #D11A00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.18 |
| HSL | 7.46º | 1% | 0.41% | - |
| HSV(B) | 7.46º | 1% | 0.82% | - |
| XYZ | 26.66 | 14.29 | 1.35 | - |
| YUV | 77.75 | 84.13 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 0 | 0 | 0.88 | 1 | 0.18 | 7.46 | 1 | 0.41 |
| Hex | D1 | 1A | 0 | 0 | 58 | 64 | 12 | 7 | 64 | 29 |
| Octal | 321 | 32 | 0 | 0 | 130 | 144 | 22 | 7 | 144 | 51 |
| Binary | 11010001 | 11010 | 0 | 0 | 1011000 | 1100100 | 10010 | 111 | 1100100 | 101001 |
Color Harmonies of #D11A00
Complementary color
Monochromatic Colors of #D11A00
Black with #D11A00
Text Example
Text Example
White with #D11A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A00; }
p { color: rgb(209,26,0); }
H1.HeaderClassName
{
color: #D11A00;
}
.AnyTagClassName
{
color: #D11A00;
}
</style>
background-color css
<style>
a { background-color: #D11A00; }
a { background-color: rgb(209,26,0); }
div.DivClassName
{
background-color: #D11A00;
}
.BgClassName
{
background-color: #D11A00;
}
</style>
border-color css
<style>
span { border-color: #D11A00; }
span { border-color: rgb(209,26,0); }
td.TdClassName
{
border-color: #D11A00;
}
.TagClassName
{
border-color: #D11A00;
}
</style>