Shades of Free Speech Red #D2110D
Tints of Free Speech Red #D2110D
RGB
CMYK
RGB Variations
Color information
#D2110D (or 0xD2110D) is known color: Free Speech Red. HEX triplet: D2, 11 and 0D. RGB value is (210,17,13). Sum of RGB (Red+Green+Blue) = 210+17+13=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D2110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2110D is #2DEEF2. Grayscale: #4A4A4A. Windows color (decimal): -3010291 or 856530. OLE color: 856530.
HSL color Cylindrical-coordinate representation of color #D2110D: hue angle of 1.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2110D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.18 |
| HSL | 1.22º | 0.88% | 0.44% | - |
| HSV(B) | 1.22º | 0.94% | 0.82% | - |
| XYZ | 26.85 | 14.13 | 1.69 | - |
| YUV | 74.25 | 93.44 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 13 | 0 | 0.92 | 0.94 | 0.18 | 1.22 | 0.88 | 0.44 |
| Hex | D2 | 11 | D | 0 | 5C | 5E | 12 | 1 | 58 | 2C |
| Octal | 322 | 21 | 15 | 0 | 134 | 136 | 22 | 1 | 130 | 54 |
| Binary | 11010010 | 10001 | 1101 | 0 | 1011100 | 1011110 | 10010 | 1 | 1011000 | 101100 |
Color Harmonies of #D2110D
Complementary color
Monochromatic Colors of #D2110D
Black with #D2110D
Text Example
Text Example
White with #D2110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2110D; }
p { color: rgb(210,17,13); }
H1.HeaderClassName
{
color: #D2110D;
}
.AnyTagClassName
{
color: #D2110D;
}
</style>
background-color css
<style>
a { background-color: #D2110D; }
a { background-color: rgb(210,17,13); }
div.DivClassName
{
background-color: #D2110D;
}
.BgClassName
{
background-color: #D2110D;
}
</style>
border-color css
<style>
span { border-color: #D2110D; }
span { border-color: rgb(210,17,13); }
td.TdClassName
{
border-color: #D2110D;
}
.TagClassName
{
border-color: #D2110D;
}
</style>