Shades of Free Speech Red #D4170C
Tints of Free Speech Red #D4170C
RGB
CMYK
RGB Variations
Color information
#D4170C (or 0xD4170C) is known color: Free Speech Red. HEX triplet: D4, 17 and 0C. RGB value is (212,23,12). Sum of RGB (Red+Green+Blue) = 212+23+12=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D4170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4170C is #2BE8F3. Grayscale: #4E4E4E. Windows color (decimal): -2877684 or 792532. OLE color: 792532.
HSL color Cylindrical-coordinate representation of color #D4170C: hue angle of 3.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4170C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.17 |
| HSL | 3.3º | 0.89% | 0.44% | - |
| HSV(B) | 3.3º | 0.94% | 0.83% | - |
| XYZ | 27.52 | 14.64 | 1.72 | - |
| YUV | 78.26 | 90.62 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 12 | 0 | 0.89 | 0.94 | 0.17 | 3.3 | 0.89 | 0.44 |
| Hex | D4 | 17 | C | 0 | 59 | 5E | 11 | 3 | 59 | 2C |
| Octal | 324 | 27 | 14 | 0 | 131 | 136 | 21 | 3 | 131 | 54 |
| Binary | 11010100 | 10111 | 1100 | 0 | 1011001 | 1011110 | 10001 | 11 | 1011001 | 101100 |
Color Harmonies of #D4170C
Complementary color
Monochromatic Colors of #D4170C
Black with #D4170C
Text Example
Text Example
White with #D4170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4170C; }
p { color: rgb(212,23,12); }
H1.HeaderClassName
{
color: #D4170C;
}
.AnyTagClassName
{
color: #D4170C;
}
</style>
background-color css
<style>
a { background-color: #D4170C; }
a { background-color: rgb(212,23,12); }
div.DivClassName
{
background-color: #D4170C;
}
.BgClassName
{
background-color: #D4170C;
}
</style>
border-color css
<style>
span { border-color: #D4170C; }
span { border-color: rgb(212,23,12); }
td.TdClassName
{
border-color: #D4170C;
}
.TagClassName
{
border-color: #D4170C;
}
</style>