Shades of Free Speech Red #D1120F
Tints of Free Speech Red #D1120F
RGB
CMYK
RGB Variations
Color information
#D1120F (or 0xD1120F) is known color: Free Speech Red. HEX triplet: D1, 12 and 0F. RGB value is (209,18,15). Sum of RGB (Red+Green+Blue) = 209+18+15=242 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.36% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 209 - color contains mainly: red. Hex color #D1120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1120F is #2EEDF0. Grayscale: #4A4A4A. Windows color (decimal): -3075569 or 987857. OLE color: 987857.
HSL color Cylindrical-coordinate representation of color #D1120F: hue angle of 0.93º degrees, saturation: 0.87, 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 #D1120F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.18 |
| HSL | 0.93º | 0.87% | 0.44% | - |
| HSV(B) | 0.93º | 0.93% | 0.82% | - |
| XYZ | 26.6 | 14.02 | 1.76 | - |
| YUV | 74.77 | 94.28 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 15 | 0 | 0.91 | 0.93 | 0.18 | 0.93 | 0.87 | 0.44 |
| Hex | D1 | 12 | F | 0 | 5B | 5D | 12 | 1 | 57 | 2C |
| Octal | 321 | 22 | 17 | 0 | 133 | 135 | 22 | 1 | 127 | 54 |
| Binary | 11010001 | 10010 | 1111 | 0 | 1011011 | 1011101 | 10010 | 1 | 1010111 | 101100 |
Color Harmonies of #D1120F
Complementary color
Monochromatic Colors of #D1120F
Black with #D1120F
Text Example
Text Example
White with #D1120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1120F; }
p { color: rgb(209,18,15); }
H1.HeaderClassName
{
color: #D1120F;
}
.AnyTagClassName
{
color: #D1120F;
}
</style>
background-color css
<style>
a { background-color: #D1120F; }
a { background-color: rgb(209,18,15); }
div.DivClassName
{
background-color: #D1120F;
}
.BgClassName
{
background-color: #D1120F;
}
</style>
border-color css
<style>
span { border-color: #D1120F; }
span { border-color: rgb(209,18,15); }
td.TdClassName
{
border-color: #D1120F;
}
.TagClassName
{
border-color: #D1120F;
}
</style>