Shades of Free Speech Red #D90804
Tints of Free Speech Red #D90804
RGB
CMYK
RGB Variations
Color information
#D90804 (or 0xD90804) is known color: Free Speech Red. HEX triplet: D9, 08 and 04. RGB value is (217,8,4). Sum of RGB (Red+Green+Blue) = 217+8+4=229 (30% of max value = 765). Red value is 217 (85.16% from 255 or 94.76% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 217 - color contains mainly: red. Hex color #D90804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90804 is #26F7FB. Grayscale: #464646. Windows color (decimal): -2553852 or 264409. OLE color: 264409.
HSL color Cylindrical-coordinate representation of color #D90804: hue angle of 1.13º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90804 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.15 |
| HSL | 1.13º | 0.96% | 0.43% | - |
| HSV(B) | 1.13º | 0.98% | 0.85% | - |
| XYZ | 28.72 | 14.93 | 1.48 | - |
| YUV | 70.04 | 90.74 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 4 | 0 | 0.96 | 0.98 | 0.15 | 1.13 | 0.96 | 0.43 |
| Hex | D9 | 8 | 4 | 0 | 60 | 62 | F | 1 | 60 | 2B |
| Octal | 331 | 10 | 4 | 0 | 140 | 142 | 17 | 1 | 140 | 53 |
| Binary | 11011001 | 1000 | 100 | 0 | 1100000 | 1100010 | 1111 | 1 | 1100000 | 101011 |
Color Harmonies of #D90804
Complementary color
Monochromatic Colors of #D90804
Black with #D90804
Text Example
Text Example
White with #D90804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90804; }
p { color: rgb(217,8,4); }
H1.HeaderClassName
{
color: #D90804;
}
.AnyTagClassName
{
color: #D90804;
}
</style>
background-color css
<style>
a { background-color: #D90804; }
a { background-color: rgb(217,8,4); }
div.DivClassName
{
background-color: #D90804;
}
.BgClassName
{
background-color: #D90804;
}
</style>
border-color css
<style>
span { border-color: #D90804; }
span { border-color: rgb(217,8,4); }
td.TdClassName
{
border-color: #D90804;
}
.TagClassName
{
border-color: #D90804;
}
</style>