Shades of Free Speech Red #D90D00
Tints of Free Speech Red #D90D00
RGB
CMYK
RGB Variations
Color information
#D90D00 (or 0xD90D00) is known color: Free Speech Red. HEX triplet: D9, 0D and 00. RGB value is (217,13,0). Sum of RGB (Red+Green+Blue) = 217+13+0=230 (30% of max value = 765). Red value is 217 (85.16% from 255 or 94.35% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90D00 is #26F2FF. Grayscale: #484848. Windows color (decimal): -2552576 or 3545. OLE color: 3545.
HSL color Cylindrical-coordinate representation of color #D90D00: hue angle of 3.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.15 |
| HSL | 3.59º | 1% | 0.43% | - |
| HSV(B) | 3.59º | 1% | 0.85% | - |
| XYZ | 28.76 | 15.04 | 1.39 | - |
| YUV | 72.51 | 87.09 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 0 | 0 | 0.94 | 1 | 0.15 | 3.59 | 1 | 0.43 |
| Hex | D9 | D | 0 | 0 | 5E | 64 | F | 4 | 64 | 2B |
| Octal | 331 | 15 | 0 | 0 | 136 | 144 | 17 | 4 | 144 | 53 |
| Binary | 11011001 | 1101 | 0 | 0 | 1011110 | 1100100 | 1111 | 100 | 1100100 | 101011 |
Color Harmonies of #D90D00
Complementary color
Monochromatic Colors of #D90D00
Black with #D90D00
Text Example
Text Example
White with #D90D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D00; }
p { color: rgb(217,13,0); }
H1.HeaderClassName
{
color: #D90D00;
}
.AnyTagClassName
{
color: #D90D00;
}
</style>
background-color css
<style>
a { background-color: #D90D00; }
a { background-color: rgb(217,13,0); }
div.DivClassName
{
background-color: #D90D00;
}
.BgClassName
{
background-color: #D90D00;
}
</style>
border-color css
<style>
span { border-color: #D90D00; }
span { border-color: rgb(217,13,0); }
td.TdClassName
{
border-color: #D90D00;
}
.TagClassName
{
border-color: #D90D00;
}
</style>