Shades of Free Speech Red #D71400
Tints of Free Speech Red #D71400
RGB
CMYK
RGB Variations
Color information
#D71400 (or 0xD71400) is known color: Free Speech Red. HEX triplet: D7, 14 and 00. RGB value is (215,20,0). Sum of RGB (Red+Green+Blue) = 215+20+0=235 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.49% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 215 - color contains mainly: red. Hex color #D71400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71400 is #28EBFF. Grayscale: #4C4C4C. Windows color (decimal): -2681856 or 5335. OLE color: 5335.
HSL color Cylindrical-coordinate representation of color #D71400: hue angle of 5.58º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D71400 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.16 |
| HSL | 5.58º | 1% | 0.42% | - |
| HSV(B) | 5.58º | 1% | 0.84% | - |
| XYZ | 28.27 | 14.95 | 1.39 | - |
| YUV | 76.03 | 85.1 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 0 | 0 | 0.91 | 1 | 0.16 | 5.58 | 1 | 0.42 |
| Hex | D7 | 14 | 0 | 0 | 5B | 64 | 10 | 6 | 64 | 2A |
| Octal | 327 | 24 | 0 | 0 | 133 | 144 | 20 | 6 | 144 | 52 |
| Binary | 11010111 | 10100 | 0 | 0 | 1011011 | 1100100 | 10000 | 110 | 1100100 | 101010 |
Color Harmonies of #D71400
Complementary color
Monochromatic Colors of #D71400
Black with #D71400
Text Example
Text Example
White with #D71400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71400; }
p { color: rgb(215,20,0); }
H1.HeaderClassName
{
color: #D71400;
}
.AnyTagClassName
{
color: #D71400;
}
</style>
background-color css
<style>
a { background-color: #D71400; }
a { background-color: rgb(215,20,0); }
div.DivClassName
{
background-color: #D71400;
}
.BgClassName
{
background-color: #D71400;
}
</style>
border-color css
<style>
span { border-color: #D71400; }
span { border-color: rgb(215,20,0); }
td.TdClassName
{
border-color: #D71400;
}
.TagClassName
{
border-color: #D71400;
}
</style>