Shades of Free Speech Red #D71900
Tints of Free Speech Red #D71900
RGB
CMYK
RGB Variations
Color information
#D71900 (or 0xD71900) is known color: Free Speech Red. HEX triplet: D7, 19 and 00. RGB value is (215,25,0). Sum of RGB (Red+Green+Blue) = 215+25+0=240 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.58% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 215 - color contains mainly: red. Hex color #D71900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71900 is #28E6FF. Grayscale: #4F4F4F. Windows color (decimal): -2680576 or 6615. OLE color: 6615.
HSL color Cylindrical-coordinate representation of color #D71900: hue angle of 6.98º 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 #D71900 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.16 |
| HSL | 6.98º | 1% | 0.42% | - |
| HSV(B) | 6.98º | 1% | 0.84% | - |
| XYZ | 28.37 | 15.14 | 1.43 | - |
| YUV | 78.96 | 83.45 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 0 | 0 | 0.88 | 1 | 0.16 | 6.98 | 1 | 0.42 |
| Hex | D7 | 19 | 0 | 0 | 58 | 64 | 10 | 7 | 64 | 2A |
| Octal | 327 | 31 | 0 | 0 | 130 | 144 | 20 | 7 | 144 | 52 |
| Binary | 11010111 | 11001 | 0 | 0 | 1011000 | 1100100 | 10000 | 111 | 1100100 | 101010 |
Color Harmonies of #D71900
Complementary color
Monochromatic Colors of #D71900
Black with #D71900
Text Example
Text Example
White with #D71900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71900; }
p { color: rgb(215,25,0); }
H1.HeaderClassName
{
color: #D71900;
}
.AnyTagClassName
{
color: #D71900;
}
</style>
background-color css
<style>
a { background-color: #D71900; }
a { background-color: rgb(215,25,0); }
div.DivClassName
{
background-color: #D71900;
}
.BgClassName
{
background-color: #D71900;
}
</style>
border-color css
<style>
span { border-color: #D71900; }
span { border-color: rgb(215,25,0); }
td.TdClassName
{
border-color: #D71900;
}
.TagClassName
{
border-color: #D71900;
}
</style>