Shades of Free Speech Red #D2170C
Tints of Free Speech Red #D2170C
RGB
CMYK
RGB Variations
Color information
#D2170C (or 0xD2170C) is known color: Free Speech Red. HEX triplet: D2, 17 and 0C. RGB value is (210,23,12). Sum of RGB (Red+Green+Blue) = 210+23+12=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D2170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2170C is #2DE8F3. Grayscale: #4D4D4D. Windows color (decimal): -3008756 or 792530. OLE color: 792530.
HSL color Cylindrical-coordinate representation of color #D2170C: hue angle of 3.33º degrees, saturation: 0.89, 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 #D2170C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.18 |
| HSL | 3.33º | 0.89% | 0.44% | - |
| HSV(B) | 3.33º | 0.94% | 0.82% | - |
| XYZ | 26.95 | 14.34 | 1.7 | - |
| YUV | 77.66 | 90.95 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 12 | 0 | 0.89 | 0.94 | 0.18 | 3.33 | 0.89 | 0.44 |
| Hex | D2 | 17 | C | 0 | 59 | 5E | 12 | 3 | 59 | 2C |
| Octal | 322 | 27 | 14 | 0 | 131 | 136 | 22 | 3 | 131 | 54 |
| Binary | 11010010 | 10111 | 1100 | 0 | 1011001 | 1011110 | 10010 | 11 | 1011001 | 101100 |
Color Harmonies of #D2170C
Complementary color
Monochromatic Colors of #D2170C
Black with #D2170C
Text Example
Text Example
White with #D2170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2170C; }
p { color: rgb(210,23,12); }
H1.HeaderClassName
{
color: #D2170C;
}
.AnyTagClassName
{
color: #D2170C;
}
</style>
background-color css
<style>
a { background-color: #D2170C; }
a { background-color: rgb(210,23,12); }
div.DivClassName
{
background-color: #D2170C;
}
.BgClassName
{
background-color: #D2170C;
}
</style>
border-color css
<style>
span { border-color: #D2170C; }
span { border-color: rgb(210,23,12); }
td.TdClassName
{
border-color: #D2170C;
}
.TagClassName
{
border-color: #D2170C;
}
</style>