Shades of Free Speech Red #D3110B
Tints of Free Speech Red #D3110B
RGB
CMYK
RGB Variations
Color information
#D3110B (or 0xD3110B) is known color: Free Speech Red. HEX triplet: D3, 11 and 0B. RGB value is (211,17,11). Sum of RGB (Red+Green+Blue) = 211+17+11=239 (31% of max value = 765). Red value is 211 (82.81% from 255 or 88.28% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 211 - color contains mainly: red. Hex color #D3110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3110B is #2CEEF4. Grayscale: #4A4A4A. Windows color (decimal): -2944757 or 725459. OLE color: 725459.
HSL color Cylindrical-coordinate representation of color #D3110B: hue angle of 1.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3110B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 17 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.17 |
| HSL | 1.8º | 0.9% | 0.44% | - |
| HSV(B) | 1.8º | 0.95% | 0.83% | - |
| XYZ | 27.12 | 14.27 | 1.64 | - |
| YUV | 74.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 11 | 0 | 0.92 | 0.95 | 0.17 | 1.8 | 0.9 | 0.44 |
| Hex | D3 | 11 | B | 0 | 5C | 5F | 11 | 2 | 5A | 2C |
| Octal | 323 | 21 | 13 | 0 | 134 | 137 | 21 | 2 | 132 | 54 |
| Binary | 11010011 | 10001 | 1011 | 0 | 1011100 | 1011111 | 10001 | 10 | 1011010 | 101100 |
Color Harmonies of #D3110B
Complementary color
Monochromatic Colors of #D3110B
Black with #D3110B
Text Example
Text Example
White with #D3110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3110B; }
p { color: rgb(211,17,11); }
H1.HeaderClassName
{
color: #D3110B;
}
.AnyTagClassName
{
color: #D3110B;
}
</style>
background-color css
<style>
a { background-color: #D3110B; }
a { background-color: rgb(211,17,11); }
div.DivClassName
{
background-color: #D3110B;
}
.BgClassName
{
background-color: #D3110B;
}
</style>
border-color css
<style>
span { border-color: #D3110B; }
span { border-color: rgb(211,17,11); }
td.TdClassName
{
border-color: #D3110B;
}
.TagClassName
{
border-color: #D3110B;
}
</style>