Shades of Free Speech Red #D71509
Tints of Free Speech Red #D71509
RGB
CMYK
RGB Variations
Color information
#D71509 (or 0xD71509) is known color: Free Speech Red. HEX triplet: D7, 15 and 09. RGB value is (215,21,9). Sum of RGB (Red+Green+Blue) = 215+21+9=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D71509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71509 is #28EAF6. Grayscale: #4D4D4D. Windows color (decimal): -2681591 or 595415. OLE color: 595415.
HSL color Cylindrical-coordinate representation of color #D71509: hue angle of 3.5º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D71509 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.16 |
| HSL | 3.5º | 0.92% | 0.44% | - |
| HSV(B) | 3.5º | 0.96% | 0.84% | - |
| XYZ | 28.34 | 15 | 1.66 | - |
| YUV | 77.64 | 89.27 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 9 | 0 | 0.90 | 0.96 | 0.16 | 3.5 | 0.92 | 0.44 |
| Hex | D7 | 15 | 9 | 0 | 5A | 60 | 10 | 3 | 5C | 2C |
| Octal | 327 | 25 | 11 | 0 | 132 | 140 | 20 | 3 | 134 | 54 |
| Binary | 11010111 | 10101 | 1001 | 0 | 1011010 | 1100000 | 10000 | 11 | 1011100 | 101100 |
Color Harmonies of #D71509
Complementary color
Monochromatic Colors of #D71509
Black with #D71509
Text Example
Text Example
White with #D71509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71509; }
p { color: rgb(215,21,9); }
H1.HeaderClassName
{
color: #D71509;
}
.AnyTagClassName
{
color: #D71509;
}
</style>
background-color css
<style>
a { background-color: #D71509; }
a { background-color: rgb(215,21,9); }
div.DivClassName
{
background-color: #D71509;
}
.BgClassName
{
background-color: #D71509;
}
</style>
border-color css
<style>
span { border-color: #D71509; }
span { border-color: rgb(215,21,9); }
td.TdClassName
{
border-color: #D71509;
}
.TagClassName
{
border-color: #D71509;
}
</style>