Shades of Free Speech Red #D1140C
Tints of Free Speech Red #D1140C
RGB
CMYK
RGB Variations
Color information
#D1140C (or 0xD1140C) is known color: Free Speech Red. HEX triplet: D1, 14 and 0C. RGB value is (209,20,12). Sum of RGB (Red+Green+Blue) = 209+20+12=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D1140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1140C is #2EEBF3. Grayscale: #4B4B4B. Windows color (decimal): -3075060 or 791761. OLE color: 791761.
HSL color Cylindrical-coordinate representation of color #D1140C: hue angle of 2.44º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1140C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.18 |
| HSL | 2.44º | 0.89% | 0.43% | - |
| HSV(B) | 2.44º | 0.94% | 0.82% | - |
| XYZ | 26.61 | 14.08 | 1.66 | - |
| YUV | 75.6 | 92.12 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 12 | 0 | 0.90 | 0.94 | 0.18 | 2.44 | 0.89 | 0.43 |
| Hex | D1 | 14 | C | 0 | 5A | 5E | 12 | 2 | 59 | 2B |
| Octal | 321 | 24 | 14 | 0 | 132 | 136 | 22 | 2 | 131 | 53 |
| Binary | 11010001 | 10100 | 1100 | 0 | 1011010 | 1011110 | 10010 | 10 | 1011001 | 101011 |
Color Harmonies of #D1140C
Complementary color
Monochromatic Colors of #D1140C
Black with #D1140C
Text Example
Text Example
White with #D1140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1140C; }
p { color: rgb(209,20,12); }
H1.HeaderClassName
{
color: #D1140C;
}
.AnyTagClassName
{
color: #D1140C;
}
</style>
background-color css
<style>
a { background-color: #D1140C; }
a { background-color: rgb(209,20,12); }
div.DivClassName
{
background-color: #D1140C;
}
.BgClassName
{
background-color: #D1140C;
}
</style>
border-color css
<style>
span { border-color: #D1140C; }
span { border-color: rgb(209,20,12); }
td.TdClassName
{
border-color: #D1140C;
}
.TagClassName
{
border-color: #D1140C;
}
</style>