Shades of Free Speech Red #D2100D
Tints of Free Speech Red #D2100D
RGB
CMYK
RGB Variations
Color information
#D2100D (or 0xD2100D) is known color: Free Speech Red. HEX triplet: D2, 10 and 0D. RGB value is (210,16,13). Sum of RGB (Red+Green+Blue) = 210+16+13=239 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.87% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 210 - color contains mainly: red. Hex color #D2100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2100D is #2DEFF2. Grayscale: #494949. Windows color (decimal): -3010547 or 856274. OLE color: 856274.
HSL color Cylindrical-coordinate representation of color #D2100D: hue angle of 0.91º 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 #D2100D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.18 |
| HSL | 0.91º | 0.88% | 0.44% | - |
| HSV(B) | 0.91º | 0.94% | 0.82% | - |
| XYZ | 26.84 | 14.1 | 1.69 | - |
| YUV | 73.66 | 93.77 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 13 | 0 | 0.92 | 0.94 | 0.18 | 0.91 | 0.88 | 0.44 |
| Hex | D2 | 10 | D | 0 | 5C | 5E | 12 | 1 | 58 | 2C |
| Octal | 322 | 20 | 15 | 0 | 134 | 136 | 22 | 1 | 130 | 54 |
| Binary | 11010010 | 10000 | 1101 | 0 | 1011100 | 1011110 | 10010 | 1 | 1011000 | 101100 |
Color Harmonies of #D2100D
Complementary color
Monochromatic Colors of #D2100D
Black with #D2100D
Text Example
Text Example
White with #D2100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2100D; }
p { color: rgb(210,16,13); }
H1.HeaderClassName
{
color: #D2100D;
}
.AnyTagClassName
{
color: #D2100D;
}
</style>
background-color css
<style>
a { background-color: #D2100D; }
a { background-color: rgb(210,16,13); }
div.DivClassName
{
background-color: #D2100D;
}
.BgClassName
{
background-color: #D2100D;
}
</style>
border-color css
<style>
span { border-color: #D2100D; }
span { border-color: rgb(210,16,13); }
td.TdClassName
{
border-color: #D2100D;
}
.TagClassName
{
border-color: #D2100D;
}
</style>