Shades of Free Speech Red #D90A00
Tints of Free Speech Red #D90A00
RGB
CMYK
RGB Variations
Color information
#D90A00 (or 0xD90A00) is known color: Free Speech Red. HEX triplet: D9, 0A and 00. RGB value is (217,10,0). Sum of RGB (Red+Green+Blue) = 217+10+0=227 (30% of max value = 765). Red value is 217 (85.16% from 255 or 95.59% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90A00 is #26F5FF. Grayscale: #474747. Windows color (decimal): -2553344 or 2777. OLE color: 2777.
HSL color Cylindrical-coordinate representation of color #D90A00: hue angle of 2.76º 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 #D90A00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.15 |
| HSL | 2.76º | 1% | 0.43% | - |
| HSV(B) | 2.76º | 1% | 0.85% | - |
| XYZ | 28.72 | 14.97 | 1.38 | - |
| YUV | 70.75 | 88.08 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 0 | 0 | 0.95 | 1 | 0.15 | 2.76 | 1 | 0.43 |
| Hex | D9 | A | 0 | 0 | 5F | 64 | F | 3 | 64 | 2B |
| Octal | 331 | 12 | 0 | 0 | 137 | 144 | 17 | 3 | 144 | 53 |
| Binary | 11011001 | 1010 | 0 | 0 | 1011111 | 1100100 | 1111 | 11 | 1100100 | 101011 |
Color Harmonies of #D90A00
Complementary color
Monochromatic Colors of #D90A00
Black with #D90A00
Text Example
Text Example
White with #D90A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A00; }
p { color: rgb(217,10,0); }
H1.HeaderClassName
{
color: #D90A00;
}
.AnyTagClassName
{
color: #D90A00;
}
</style>
background-color css
<style>
a { background-color: #D90A00; }
a { background-color: rgb(217,10,0); }
div.DivClassName
{
background-color: #D90A00;
}
.BgClassName
{
background-color: #D90A00;
}
</style>
border-color css
<style>
span { border-color: #D90A00; }
span { border-color: rgb(217,10,0); }
td.TdClassName
{
border-color: #D90A00;
}
.TagClassName
{
border-color: #D90A00;
}
</style>