Shades of Free Speech Red #D71410
Tints of Free Speech Red #D71410
RGB
CMYK
RGB Variations
Color information
#D71410 (or 0xD71410) is known color: Free Speech Red. HEX triplet: D7, 14 and 10. RGB value is (215,20,16). Sum of RGB (Red+Green+Blue) = 215+20+16=251 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.66% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 215 - color contains mainly: red. Hex color #D71410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71410 is #28EBEF. Grayscale: #4E4E4E. Windows color (decimal): -2681840 or 1053911. OLE color: 1053911.
HSL color Cylindrical-coordinate representation of color #D71410: hue angle of 1.21º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71410 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.16 |
| HSL | 1.21º | 0.86% | 0.45% | - |
| HSV(B) | 1.21º | 0.93% | 0.84% | - |
| XYZ | 28.37 | 14.98 | 1.89 | - |
| YUV | 77.85 | 93.1 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 16 | 0 | 0.91 | 0.93 | 0.16 | 1.21 | 0.86 | 0.45 |
| Hex | D7 | 14 | 10 | 0 | 5B | 5D | 10 | 1 | 56 | 2D |
| Octal | 327 | 24 | 20 | 0 | 133 | 135 | 20 | 1 | 126 | 55 |
| Binary | 11010111 | 10100 | 10000 | 0 | 1011011 | 1011101 | 10000 | 1 | 1010110 | 101101 |
Color Harmonies of #D71410
Complementary color
Monochromatic Colors of #D71410
Black with #D71410
Text Example
Text Example
White with #D71410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71410; }
p { color: rgb(215,20,16); }
H1.HeaderClassName
{
color: #D71410;
}
.AnyTagClassName
{
color: #D71410;
}
</style>
background-color css
<style>
a { background-color: #D71410; }
a { background-color: rgb(215,20,16); }
div.DivClassName
{
background-color: #D71410;
}
.BgClassName
{
background-color: #D71410;
}
</style>
border-color css
<style>
span { border-color: #D71410; }
span { border-color: rgb(215,20,16); }
td.TdClassName
{
border-color: #D71410;
}
.TagClassName
{
border-color: #D71410;
}
</style>