Shades of Free Speech Red #D11407
Tints of Free Speech Red #D11407
RGB
CMYK
RGB Variations
Color information
#D11407 (or 0xD11407) is known color: Free Speech Red. HEX triplet: D1, 14 and 07. RGB value is (209,20,7). Sum of RGB (Red+Green+Blue) = 209+20+7=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D11407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11407 is #2EEBF8. Grayscale: #4B4B4B. Windows color (decimal): -3075065 or 464081. OLE color: 464081.
HSL color Cylindrical-coordinate representation of color #D11407: hue angle of 3.86º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D11407 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.18 |
| HSL | 3.86º | 0.94% | 0.42% | - |
| HSV(B) | 3.86º | 0.97% | 0.82% | - |
| XYZ | 26.58 | 14.07 | 1.52 | - |
| YUV | 75.03 | 89.62 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 7 | 0 | 0.90 | 0.97 | 0.18 | 3.86 | 0.94 | 0.42 |
| Hex | D1 | 14 | 7 | 0 | 5A | 61 | 12 | 4 | 5E | 2A |
| Octal | 321 | 24 | 7 | 0 | 132 | 141 | 22 | 4 | 136 | 52 |
| Binary | 11010001 | 10100 | 111 | 0 | 1011010 | 1100001 | 10010 | 100 | 1011110 | 101010 |
Color Harmonies of #D11407
Complementary color
Monochromatic Colors of #D11407
Black with #D11407
Text Example
Text Example
White with #D11407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11407; }
p { color: rgb(209,20,7); }
H1.HeaderClassName
{
color: #D11407;
}
.AnyTagClassName
{
color: #D11407;
}
</style>
background-color css
<style>
a { background-color: #D11407; }
a { background-color: rgb(209,20,7); }
div.DivClassName
{
background-color: #D11407;
}
.BgClassName
{
background-color: #D11407;
}
</style>
border-color css
<style>
span { border-color: #D11407; }
span { border-color: rgb(209,20,7); }
td.TdClassName
{
border-color: #D11407;
}
.TagClassName
{
border-color: #D11407;
}
</style>