Shades of Free Speech Red #D9140B
Tints of Free Speech Red #D9140B
RGB
CMYK
RGB Variations
Color information
#D9140B (or 0xD9140B) is known color: Free Speech Red. HEX triplet: D9, 14 and 0B. RGB value is (217,20,11). Sum of RGB (Red+Green+Blue) = 217+20+11=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D9140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9140B is #26EBF4. Grayscale: #4E4E4E. Windows color (decimal): -2550773 or 726233. OLE color: 726233.
HSL color Cylindrical-coordinate representation of color #D9140B: hue angle of 2.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9140B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.15 |
| HSL | 2.62º | 0.9% | 0.45% | - |
| HSV(B) | 2.62º | 0.95% | 0.85% | - |
| XYZ | 28.93 | 15.28 | 1.74 | - |
| YUV | 77.88 | 90.27 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 11 | 0 | 0.91 | 0.95 | 0.15 | 2.62 | 0.9 | 0.45 |
| Hex | D9 | 14 | B | 0 | 5B | 5F | F | 3 | 5A | 2D |
| Octal | 331 | 24 | 13 | 0 | 133 | 137 | 17 | 3 | 132 | 55 |
| Binary | 11011001 | 10100 | 1011 | 0 | 1011011 | 1011111 | 1111 | 11 | 1011010 | 101101 |
Color Harmonies of #D9140B
Complementary color
Monochromatic Colors of #D9140B
Black with #D9140B
Text Example
Text Example
White with #D9140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9140B; }
p { color: rgb(217,20,11); }
H1.HeaderClassName
{
color: #D9140B;
}
.AnyTagClassName
{
color: #D9140B;
}
</style>
background-color css
<style>
a { background-color: #D9140B; }
a { background-color: rgb(217,20,11); }
div.DivClassName
{
background-color: #D9140B;
}
.BgClassName
{
background-color: #D9140B;
}
</style>
border-color css
<style>
span { border-color: #D9140B; }
span { border-color: rgb(217,20,11); }
td.TdClassName
{
border-color: #D9140B;
}
.TagClassName
{
border-color: #D9140B;
}
</style>