Shades of Free Speech Red #D90D06
Tints of Free Speech Red #D90D06
RGB
CMYK
RGB Variations
Color information
#D90D06 (or 0xD90D06) is known color: Free Speech Red. HEX triplet: D9, 0D and 06. RGB value is (217,13,6). Sum of RGB (Red+Green+Blue) = 217+13+6=236 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.95% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90D06 is #26F2F9. Grayscale: #494949. Windows color (decimal): -2552570 or 396761. OLE color: 396761.
HSL color Cylindrical-coordinate representation of color #D90D06: hue angle of 1.99º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90D06 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 6 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.15 |
| HSL | 1.99º | 0.95% | 0.44% | - |
| HSV(B) | 1.99º | 0.97% | 0.85% | - |
| XYZ | 28.79 | 15.05 | 1.56 | - |
| YUV | 73.2 | 90.09 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 6 | 0 | 0.94 | 0.97 | 0.15 | 1.99 | 0.95 | 0.44 |
| Hex | D9 | D | 6 | 0 | 5E | 61 | F | 2 | 5F | 2C |
| Octal | 331 | 15 | 6 | 0 | 136 | 141 | 17 | 2 | 137 | 54 |
| Binary | 11011001 | 1101 | 110 | 0 | 1011110 | 1100001 | 1111 | 10 | 1011111 | 101100 |
Color Harmonies of #D90D06
Complementary color
Monochromatic Colors of #D90D06
Black with #D90D06
Text Example
Text Example
White with #D90D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D06; }
p { color: rgb(217,13,6); }
H1.HeaderClassName
{
color: #D90D06;
}
.AnyTagClassName
{
color: #D90D06;
}
</style>
background-color css
<style>
a { background-color: #D90D06; }
a { background-color: rgb(217,13,6); }
div.DivClassName
{
background-color: #D90D06;
}
.BgClassName
{
background-color: #D90D06;
}
</style>
border-color css
<style>
span { border-color: #D90D06; }
span { border-color: rgb(217,13,6); }
td.TdClassName
{
border-color: #D90D06;
}
.TagClassName
{
border-color: #D90D06;
}
</style>