Shades of Free Speech Red #D9140E
Tints of Free Speech Red #D9140E
RGB
CMYK
RGB Variations
Color information
#D9140E (or 0xD9140E) is known color: Free Speech Red. HEX triplet: D9, 14 and 0E. RGB value is (217,20,14). Sum of RGB (Red+Green+Blue) = 217+20+14=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D9140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9140E is #26EBF1. Grayscale: #4E4E4E. Windows color (decimal): -2550770 or 922841. OLE color: 922841.
HSL color Cylindrical-coordinate representation of color #D9140E: hue angle of 1.77º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9140E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.15 |
| HSL | 1.77º | 0.88% | 0.45% | - |
| HSV(B) | 1.77º | 0.94% | 0.85% | - |
| XYZ | 28.94 | 15.28 | 1.84 | - |
| YUV | 78.22 | 91.77 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 14 | 0 | 0.91 | 0.94 | 0.15 | 1.77 | 0.88 | 0.45 |
| Hex | D9 | 14 | E | 0 | 5B | 5E | F | 2 | 58 | 2D |
| Octal | 331 | 24 | 16 | 0 | 133 | 136 | 17 | 2 | 130 | 55 |
| Binary | 11011001 | 10100 | 1110 | 0 | 1011011 | 1011110 | 1111 | 10 | 1011000 | 101101 |
Color Harmonies of #D9140E
Complementary color
Monochromatic Colors of #D9140E
Black with #D9140E
Text Example
Text Example
White with #D9140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9140E; }
p { color: rgb(217,20,14); }
H1.HeaderClassName
{
color: #D9140E;
}
.AnyTagClassName
{
color: #D9140E;
}
</style>
background-color css
<style>
a { background-color: #D9140E; }
a { background-color: rgb(217,20,14); }
div.DivClassName
{
background-color: #D9140E;
}
.BgClassName
{
background-color: #D9140E;
}
</style>
border-color css
<style>
span { border-color: #D9140E; }
span { border-color: rgb(217,20,14); }
td.TdClassName
{
border-color: #D9140E;
}
.TagClassName
{
border-color: #D9140E;
}
</style>