Shades of Free Speech Red #D2110A
Tints of Free Speech Red #D2110A
RGB
CMYK
RGB Variations
Color information
#D2110A (or 0xD2110A) is known color: Free Speech Red. HEX triplet: D2, 11 and 0A. RGB value is (210,17,10). Sum of RGB (Red+Green+Blue) = 210+17+10=237 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.61% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 210 - color contains mainly: red. Hex color #D2110A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2110A is #2DEEF5. Grayscale: #4A4A4A. Windows color (decimal): -3010294 or 659922. OLE color: 659922.
HSL color Cylindrical-coordinate representation of color #D2110A: hue angle of 2.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2110A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.18 |
| HSL | 2.1º | 0.91% | 0.43% | - |
| HSV(B) | 2.1º | 0.95% | 0.82% | - |
| XYZ | 26.83 | 14.12 | 1.6 | - |
| YUV | 73.91 | 91.94 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 10 | 0 | 0.92 | 0.95 | 0.18 | 2.1 | 0.91 | 0.43 |
| Hex | D2 | 11 | A | 0 | 5C | 5F | 12 | 2 | 5B | 2B |
| Octal | 322 | 21 | 12 | 0 | 134 | 137 | 22 | 2 | 133 | 53 |
| Binary | 11010010 | 10001 | 1010 | 0 | 1011100 | 1011111 | 10010 | 10 | 1011011 | 101011 |
Color Harmonies of #D2110A
Complementary color
Monochromatic Colors of #D2110A
Black with #D2110A
Text Example
Text Example
White with #D2110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2110A; }
p { color: rgb(210,17,10); }
H1.HeaderClassName
{
color: #D2110A;
}
.AnyTagClassName
{
color: #D2110A;
}
</style>
background-color css
<style>
a { background-color: #D2110A; }
a { background-color: rgb(210,17,10); }
div.DivClassName
{
background-color: #D2110A;
}
.BgClassName
{
background-color: #D2110A;
}
</style>
border-color css
<style>
span { border-color: #D2110A; }
span { border-color: rgb(210,17,10); }
td.TdClassName
{
border-color: #D2110A;
}
.TagClassName
{
border-color: #D2110A;
}
</style>