Shades of Free Speech Red #D90D09
Tints of Free Speech Red #D90D09
RGB
CMYK
RGB Variations
Color information
#D90D09 (or 0xD90D09) is known color: Free Speech Red. HEX triplet: D9, 0D and 09. RGB value is (217,13,9). Sum of RGB (Red+Green+Blue) = 217+13+9=239 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.79% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90D09 is #26F2F6. Grayscale: #494949. Windows color (decimal): -2552567 or 593369. OLE color: 593369.
HSL color Cylindrical-coordinate representation of color #D90D09: hue angle of 1.15º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90D09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.15 |
| HSL | 1.15º | 0.92% | 0.44% | - |
| HSV(B) | 1.15º | 0.96% | 0.85% | - |
| XYZ | 28.81 | 15.06 | 1.65 | - |
| YUV | 73.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 9 | 0 | 0.94 | 0.96 | 0.15 | 1.15 | 0.92 | 0.44 |
| Hex | D9 | D | 9 | 0 | 5E | 60 | F | 1 | 5C | 2C |
| Octal | 331 | 15 | 11 | 0 | 136 | 140 | 17 | 1 | 134 | 54 |
| Binary | 11011001 | 1101 | 1001 | 0 | 1011110 | 1100000 | 1111 | 1 | 1011100 | 101100 |
Color Harmonies of #D90D09
Complementary color
Monochromatic Colors of #D90D09
Black with #D90D09
Text Example
Text Example
White with #D90D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D09; }
p { color: rgb(217,13,9); }
H1.HeaderClassName
{
color: #D90D09;
}
.AnyTagClassName
{
color: #D90D09;
}
</style>
background-color css
<style>
a { background-color: #D90D09; }
a { background-color: rgb(217,13,9); }
div.DivClassName
{
background-color: #D90D09;
}
.BgClassName
{
background-color: #D90D09;
}
</style>
border-color css
<style>
span { border-color: #D90D09; }
span { border-color: rgb(217,13,9); }
td.TdClassName
{
border-color: #D90D09;
}
.TagClassName
{
border-color: #D90D09;
}
</style>