Shades of Free Speech Red #D81412
Tints of Free Speech Red #D81412
RGB
CMYK
RGB Variations
Color information
#D81412 (or 0xD81412) is known color: Free Speech Red. HEX triplet: D8, 14 and 12. RGB value is (216,20,18). Sum of RGB (Red+Green+Blue) = 216+20+18=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D81412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81412 is #27EBED. Grayscale: #4E4E4E. Windows color (decimal): -2616302 or 1184984. OLE color: 1184984.
HSL color Cylindrical-coordinate representation of color #D81412: hue angle of 0.61º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.15 |
| HSL | 0.61º | 0.85% | 0.46% | - |
| HSV(B) | 0.61º | 0.92% | 0.85% | - |
| XYZ | 28.68 | 15.14 | 1.98 | - |
| YUV | 78.38 | 93.93 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 18 | 0 | 0.91 | 0.92 | 0.15 | 0.61 | 0.85 | 0.46 |
| Hex | D8 | 14 | 12 | 0 | 5B | 5C | F | 1 | 55 | 2E |
| Octal | 330 | 24 | 22 | 0 | 133 | 134 | 17 | 1 | 125 | 56 |
| Binary | 11011000 | 10100 | 10010 | 0 | 1011011 | 1011100 | 1111 | 1 | 1010101 | 101110 |
Color Harmonies of #D81412
Complementary color
Monochromatic Colors of #D81412
Black with #D81412
Text Example
Text Example
White with #D81412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81412; }
p { color: rgb(216,20,18); }
H1.HeaderClassName
{
color: #D81412;
}
.AnyTagClassName
{
color: #D81412;
}
</style>
background-color css
<style>
a { background-color: #D81412; }
a { background-color: rgb(216,20,18); }
div.DivClassName
{
background-color: #D81412;
}
.BgClassName
{
background-color: #D81412;
}
</style>
border-color css
<style>
span { border-color: #D81412; }
span { border-color: rgb(216,20,18); }
td.TdClassName
{
border-color: #D81412;
}
.TagClassName
{
border-color: #D81412;
}
</style>