Shades of Free Speech Red #D71008
Tints of Free Speech Red #D71008
RGB
CMYK
RGB Variations
Color information
#D71008 (or 0xD71008) is known color: Free Speech Red. HEX triplet: D7, 10 and 08. RGB value is (215,16,8). Sum of RGB (Red+Green+Blue) = 215+16+8=239 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.96% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 215 - color contains mainly: red. Hex color #D71008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71008 is #28EFF7. Grayscale: #4A4A4A. Windows color (decimal): -2682872 or 528599. OLE color: 528599.
HSL color Cylindrical-coordinate representation of color #D71008: hue angle of 2.32º degrees, saturation: 0.93, 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 #D71008 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.16 |
| HSL | 2.32º | 0.93% | 0.44% | - |
| HSV(B) | 2.32º | 0.96% | 0.84% | - |
| XYZ | 28.25 | 14.84 | 1.6 | - |
| YUV | 74.59 | 90.43 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 8 | 0 | 0.93 | 0.96 | 0.16 | 2.32 | 0.93 | 0.44 |
| Hex | D7 | 10 | 8 | 0 | 5D | 60 | 10 | 2 | 5D | 2C |
| Octal | 327 | 20 | 10 | 0 | 135 | 140 | 20 | 2 | 135 | 54 |
| Binary | 11010111 | 10000 | 1000 | 0 | 1011101 | 1100000 | 10000 | 10 | 1011101 | 101100 |
Color Harmonies of #D71008
Complementary color
Monochromatic Colors of #D71008
Black with #D71008
Text Example
Text Example
White with #D71008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71008; }
p { color: rgb(215,16,8); }
H1.HeaderClassName
{
color: #D71008;
}
.AnyTagClassName
{
color: #D71008;
}
</style>
background-color css
<style>
a { background-color: #D71008; }
a { background-color: rgb(215,16,8); }
div.DivClassName
{
background-color: #D71008;
}
.BgClassName
{
background-color: #D71008;
}
</style>
border-color css
<style>
span { border-color: #D71008; }
span { border-color: rgb(215,16,8); }
td.TdClassName
{
border-color: #D71008;
}
.TagClassName
{
border-color: #D71008;
}
</style>