Shades of Free Speech Red #D71412
Tints of Free Speech Red #D71412
RGB
CMYK
RGB Variations
Color information
#D71412 (or 0xD71412) is known color: Free Speech Red. HEX triplet: D7, 14 and 12. RGB value is (215,20,18). Sum of RGB (Red+Green+Blue) = 215+20+18=253 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.98% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 215 - color contains mainly: red. Hex color #D71412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71412 is #28EBED. Grayscale: #4E4E4E. Windows color (decimal): -2681838 or 1184983. OLE color: 1184983.
HSL color Cylindrical-coordinate representation of color #D71412: hue angle of 0.61º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.16 |
| HSL | 0.61º | 0.85% | 0.46% | - |
| HSV(B) | 0.61º | 0.92% | 0.84% | - |
| XYZ | 28.38 | 14.99 | 1.97 | - |
| YUV | 78.08 | 94.1 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 18 | 0 | 0.91 | 0.92 | 0.16 | 0.61 | 0.85 | 0.46 |
| Hex | D7 | 14 | 12 | 0 | 5B | 5C | 10 | 1 | 55 | 2E |
| Octal | 327 | 24 | 22 | 0 | 133 | 134 | 20 | 1 | 125 | 56 |
| Binary | 11010111 | 10100 | 10010 | 0 | 1011011 | 1011100 | 10000 | 1 | 1010101 | 101110 |
Color Harmonies of #D71412
Complementary color
Monochromatic Colors of #D71412
Black with #D71412
Text Example
Text Example
White with #D71412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71412; }
p { color: rgb(215,20,18); }
H1.HeaderClassName
{
color: #D71412;
}
.AnyTagClassName
{
color: #D71412;
}
</style>
background-color css
<style>
a { background-color: #D71412; }
a { background-color: rgb(215,20,18); }
div.DivClassName
{
background-color: #D71412;
}
.BgClassName
{
background-color: #D71412;
}
</style>
border-color css
<style>
span { border-color: #D71412; }
span { border-color: rgb(215,20,18); }
td.TdClassName
{
border-color: #D71412;
}
.TagClassName
{
border-color: #D71412;
}
</style>