Shades of Free Speech Red #D71500
Tints of Free Speech Red #D71500
RGB
CMYK
RGB Variations
Color information
#D71500 (or 0xD71500) is known color: Free Speech Red. HEX triplet: D7, 15 and 00. RGB value is (215,21,0). Sum of RGB (Red+Green+Blue) = 215+21+0=236 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.10% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 215 - color contains mainly: red. Hex color #D71500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71500 is #28EAFF. Grayscale: #4C4C4C. Windows color (decimal): -2681600 or 5591. OLE color: 5591.
HSL color Cylindrical-coordinate representation of color #D71500: hue angle of 5.86º 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 #D71500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.16 |
| HSL | 5.86º | 1% | 0.42% | - |
| HSV(B) | 5.86º | 1% | 0.84% | - |
| XYZ | 28.29 | 14.98 | 1.4 | - |
| YUV | 76.61 | 84.77 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 0 | 0 | 0.90 | 1 | 0.16 | 5.86 | 1 | 0.42 |
| Hex | D7 | 15 | 0 | 0 | 5A | 64 | 10 | 6 | 64 | 2A |
| Octal | 327 | 25 | 0 | 0 | 132 | 144 | 20 | 6 | 144 | 52 |
| Binary | 11010111 | 10101 | 0 | 0 | 1011010 | 1100100 | 10000 | 110 | 1100100 | 101010 |
Color Harmonies of #D71500
Complementary color
Monochromatic Colors of #D71500
Black with #D71500
Text Example
Text Example
White with #D71500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71500; }
p { color: rgb(215,21,0); }
H1.HeaderClassName
{
color: #D71500;
}
.AnyTagClassName
{
color: #D71500;
}
</style>
background-color css
<style>
a { background-color: #D71500; }
a { background-color: rgb(215,21,0); }
div.DivClassName
{
background-color: #D71500;
}
.BgClassName
{
background-color: #D71500;
}
</style>
border-color css
<style>
span { border-color: #D71500; }
span { border-color: rgb(215,21,0); }
td.TdClassName
{
border-color: #D71500;
}
.TagClassName
{
border-color: #D71500;
}
</style>