Shades of Free Speech Red #D91004
Tints of Free Speech Red #D91004
RGB
CMYK
RGB Variations
Color information
#D91004 (or 0xD91004) is known color: Free Speech Red. HEX triplet: D9, 10 and 04. RGB value is (217,16,4). Sum of RGB (Red+Green+Blue) = 217+16+4=237 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.56% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 217 - color contains mainly: red. Hex color #D91004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91004 is #26EFFB. Grayscale: #4A4A4A. Windows color (decimal): -2551804 or 266457. OLE color: 266457.
HSL color Cylindrical-coordinate representation of color #D91004: hue angle of 3.38º 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 #D91004 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.15 |
| HSL | 3.38º | 0.96% | 0.43% | - |
| HSV(B) | 3.38º | 0.98% | 0.85% | - |
| XYZ | 28.82 | 15.13 | 1.52 | - |
| YUV | 74.73 | 88.09 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 4 | 0 | 0.93 | 0.98 | 0.15 | 3.38 | 0.96 | 0.43 |
| Hex | D9 | 10 | 4 | 0 | 5D | 62 | F | 3 | 60 | 2B |
| Octal | 331 | 20 | 4 | 0 | 135 | 142 | 17 | 3 | 140 | 53 |
| Binary | 11011001 | 10000 | 100 | 0 | 1011101 | 1100010 | 1111 | 11 | 1100000 | 101011 |
Color Harmonies of #D91004
Complementary color
Monochromatic Colors of #D91004
Black with #D91004
Text Example
Text Example
White with #D91004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91004; }
p { color: rgb(217,16,4); }
H1.HeaderClassName
{
color: #D91004;
}
.AnyTagClassName
{
color: #D91004;
}
</style>
background-color css
<style>
a { background-color: #D91004; }
a { background-color: rgb(217,16,4); }
div.DivClassName
{
background-color: #D91004;
}
.BgClassName
{
background-color: #D91004;
}
</style>
border-color css
<style>
span { border-color: #D91004; }
span { border-color: rgb(217,16,4); }
td.TdClassName
{
border-color: #D91004;
}
.TagClassName
{
border-color: #D91004;
}
</style>