Shades of Free Speech Red #D9140D
Tints of Free Speech Red #D9140D
RGB
CMYK
RGB Variations
Color information
#D9140D (or 0xD9140D) is known color: Free Speech Red. HEX triplet: D9, 14 and 0D. RGB value is (217,20,13). Sum of RGB (Red+Green+Blue) = 217+20+13=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D9140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9140D is #26EBF2. Grayscale: #4E4E4E. Windows color (decimal): -2550771 or 857305. OLE color: 857305.
HSL color Cylindrical-coordinate representation of color #D9140D: hue angle of 2.06º degrees, saturation: 0.89, 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 #D9140D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.15 |
| HSL | 2.06º | 0.89% | 0.45% | - |
| HSV(B) | 2.06º | 0.94% | 0.85% | - |
| XYZ | 28.94 | 15.28 | 1.81 | - |
| YUV | 78.11 | 91.27 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 13 | 0 | 0.91 | 0.94 | 0.15 | 2.06 | 0.89 | 0.45 |
| Hex | D9 | 14 | D | 0 | 5B | 5E | F | 2 | 59 | 2D |
| Octal | 331 | 24 | 15 | 0 | 133 | 136 | 17 | 2 | 131 | 55 |
| Binary | 11011001 | 10100 | 1101 | 0 | 1011011 | 1011110 | 1111 | 10 | 1011001 | 101101 |
Color Harmonies of #D9140D
Complementary color
Monochromatic Colors of #D9140D
Black with #D9140D
Text Example
Text Example
White with #D9140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9140D; }
p { color: rgb(217,20,13); }
H1.HeaderClassName
{
color: #D9140D;
}
.AnyTagClassName
{
color: #D9140D;
}
</style>
background-color css
<style>
a { background-color: #D9140D; }
a { background-color: rgb(217,20,13); }
div.DivClassName
{
background-color: #D9140D;
}
.BgClassName
{
background-color: #D9140D;
}
</style>
border-color css
<style>
span { border-color: #D9140D; }
span { border-color: rgb(217,20,13); }
td.TdClassName
{
border-color: #D9140D;
}
.TagClassName
{
border-color: #D9140D;
}
</style>