Shades of Free Speech Red #D71404
Tints of Free Speech Red #D71404
RGB
CMYK
RGB Variations
Color information
#D71404 (or 0xD71404) is known color: Free Speech Red. HEX triplet: D7, 14 and 04. RGB value is (215,20,4). Sum of RGB (Red+Green+Blue) = 215+20+4=239 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.96% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 215 - color contains mainly: red. Hex color #D71404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71404 is #28EBFB. Grayscale: #4C4C4C. Windows color (decimal): -2681852 or 267479. OLE color: 267479.
HSL color Cylindrical-coordinate representation of color #D71404: hue angle of 4.55º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D71404 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.16 |
| HSL | 4.55º | 0.96% | 0.43% | - |
| HSV(B) | 4.55º | 0.98% | 0.84% | - |
| XYZ | 28.3 | 14.96 | 1.51 | - |
| YUV | 76.48 | 87.1 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 4 | 0 | 0.91 | 0.98 | 0.16 | 4.55 | 0.96 | 0.43 |
| Hex | D7 | 14 | 4 | 0 | 5B | 62 | 10 | 5 | 60 | 2B |
| Octal | 327 | 24 | 4 | 0 | 133 | 142 | 20 | 5 | 140 | 53 |
| Binary | 11010111 | 10100 | 100 | 0 | 1011011 | 1100010 | 10000 | 101 | 1100000 | 101011 |
Color Harmonies of #D71404
Complementary color
Monochromatic Colors of #D71404
Black with #D71404
Text Example
Text Example
White with #D71404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71404; }
p { color: rgb(215,20,4); }
H1.HeaderClassName
{
color: #D71404;
}
.AnyTagClassName
{
color: #D71404;
}
</style>
background-color css
<style>
a { background-color: #D71404; }
a { background-color: rgb(215,20,4); }
div.DivClassName
{
background-color: #D71404;
}
.BgClassName
{
background-color: #D71404;
}
</style>
border-color css
<style>
span { border-color: #D71404; }
span { border-color: rgb(215,20,4); }
td.TdClassName
{
border-color: #D71404;
}
.TagClassName
{
border-color: #D71404;
}
</style>