Shades of Free Speech Red #D2170E
Tints of Free Speech Red #D2170E
RGB
CMYK
RGB Variations
Color information
#D2170E (or 0xD2170E) is known color: Free Speech Red. HEX triplet: D2, 17 and 0E. RGB value is (210,23,14). Sum of RGB (Red+Green+Blue) = 210+23+14=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D2170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2170E is #2DE8F1. Grayscale: #4E4E4E. Windows color (decimal): -3008754 or 923602. OLE color: 923602.
HSL color Cylindrical-coordinate representation of color #D2170E: hue angle of 2.76º 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 #D2170E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 14 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.18 |
| HSL | 2.76º | 0.88% | 0.44% | - |
| HSV(B) | 2.76º | 0.93% | 0.82% | - |
| XYZ | 26.96 | 14.35 | 1.76 | - |
| YUV | 77.89 | 91.95 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 14 | 0 | 0.89 | 0.93 | 0.18 | 2.76 | 0.88 | 0.44 |
| Hex | D2 | 17 | E | 0 | 59 | 5D | 12 | 3 | 58 | 2C |
| Octal | 322 | 27 | 16 | 0 | 131 | 135 | 22 | 3 | 130 | 54 |
| Binary | 11010010 | 10111 | 1110 | 0 | 1011001 | 1011101 | 10010 | 11 | 1011000 | 101100 |
Color Harmonies of #D2170E
Complementary color
Monochromatic Colors of #D2170E
Black with #D2170E
Text Example
Text Example
White with #D2170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2170E; }
p { color: rgb(210,23,14); }
H1.HeaderClassName
{
color: #D2170E;
}
.AnyTagClassName
{
color: #D2170E;
}
</style>
background-color css
<style>
a { background-color: #D2170E; }
a { background-color: rgb(210,23,14); }
div.DivClassName
{
background-color: #D2170E;
}
.BgClassName
{
background-color: #D2170E;
}
</style>
border-color css
<style>
span { border-color: #D2170E; }
span { border-color: rgb(210,23,14); }
td.TdClassName
{
border-color: #D2170E;
}
.TagClassName
{
border-color: #D2170E;
}
</style>