Shades of Free Speech Red #D90600
Tints of Free Speech Red #D90600
RGB
CMYK
RGB Variations
Color information
#D90600 (or 0xD90600) is known color: Free Speech Red. HEX triplet: D9, 06 and 00. RGB value is (217,6,0). Sum of RGB (Red+Green+Blue) = 217+6+0=223 (29% of max value = 765). Red value is 217 (85.16% from 255 or 97.31% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 217 - color contains mainly: red. Hex color #D90600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90600 is #26F9FF. Grayscale: #444444. Windows color (decimal): -2554368 or 1753. OLE color: 1753.
HSL color Cylindrical-coordinate representation of color #D90600: hue angle of 1.66º 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 #D90600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.15 |
| HSL | 1.66º | 1% | 0.43% | - |
| HSV(B) | 1.66º | 1% | 0.85% | - |
| XYZ | 28.68 | 14.88 | 1.36 | - |
| YUV | 68.41 | 89.4 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 0 | 0 | 0.97 | 1 | 0.15 | 1.66 | 1 | 0.43 |
| Hex | D9 | 6 | 0 | 0 | 61 | 64 | F | 2 | 64 | 2B |
| Octal | 331 | 6 | 0 | 0 | 141 | 144 | 17 | 2 | 144 | 53 |
| Binary | 11011001 | 110 | 0 | 0 | 1100001 | 1100100 | 1111 | 10 | 1100100 | 101011 |
Color Harmonies of #D90600
Complementary color
Monochromatic Colors of #D90600
Black with #D90600
Text Example
Text Example
White with #D90600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90600; }
p { color: rgb(217,6,0); }
H1.HeaderClassName
{
color: #D90600;
}
.AnyTagClassName
{
color: #D90600;
}
</style>
background-color css
<style>
a { background-color: #D90600; }
a { background-color: rgb(217,6,0); }
div.DivClassName
{
background-color: #D90600;
}
.BgClassName
{
background-color: #D90600;
}
</style>
border-color css
<style>
span { border-color: #D90600; }
span { border-color: rgb(217,6,0); }
td.TdClassName
{
border-color: #D90600;
}
.TagClassName
{
border-color: #D90600;
}
</style>