Shades of Free Speech Red #D2100E
Tints of Free Speech Red #D2100E
RGB
CMYK
RGB Variations
Color information
#D2100E (or 0xD2100E) is known color: Free Speech Red. HEX triplet: D2, 10 and 0E. RGB value is (210,16,14). Sum of RGB (Red+Green+Blue) = 210+16+14=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D2100E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2100E is #2DEFF1. Grayscale: #494949. Windows color (decimal): -3010546 or 921810. OLE color: 921810.
HSL color Cylindrical-coordinate representation of color #D2100E: hue angle of 0.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2100E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 14 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.18 |
| HSL | 0.61º | 0.88% | 0.44% | - |
| HSV(B) | 0.61º | 0.93% | 0.82% | - |
| XYZ | 26.84 | 14.1 | 1.72 | - |
| YUV | 73.78 | 94.27 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 14 | 0 | 0.92 | 0.93 | 0.18 | 0.61 | 0.88 | 0.44 |
| Hex | D2 | 10 | E | 0 | 5C | 5D | 12 | 1 | 58 | 2C |
| Octal | 322 | 20 | 16 | 0 | 134 | 135 | 22 | 1 | 130 | 54 |
| Binary | 11010010 | 10000 | 1110 | 0 | 1011100 | 1011101 | 10010 | 1 | 1011000 | 101100 |
Color Harmonies of #D2100E
Complementary color
Monochromatic Colors of #D2100E
Black with #D2100E
Text Example
Text Example
White with #D2100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2100E; }
p { color: rgb(210,16,14); }
H1.HeaderClassName
{
color: #D2100E;
}
.AnyTagClassName
{
color: #D2100E;
}
</style>
background-color css
<style>
a { background-color: #D2100E; }
a { background-color: rgb(210,16,14); }
div.DivClassName
{
background-color: #D2100E;
}
.BgClassName
{
background-color: #D2100E;
}
</style>
border-color css
<style>
span { border-color: #D2100E; }
span { border-color: rgb(210,16,14); }
td.TdClassName
{
border-color: #D2100E;
}
.TagClassName
{
border-color: #D2100E;
}
</style>