Shades of Free Speech Red #D81512
Tints of Free Speech Red #D81512
RGB
CMYK
RGB Variations
Color information
#D81512 (or 0xD81512) is known color: Free Speech Red. HEX triplet: D8, 15 and 12. RGB value is (216,21,18). Sum of RGB (Red+Green+Blue) = 216+21+18=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D81512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81512 is #27EAED. Grayscale: #4F4F4F. Windows color (decimal): -2616046 or 1185240. OLE color: 1185240.
HSL color Cylindrical-coordinate representation of color #D81512: hue angle of 0.91º 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 #D81512 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 18 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.15 |
| HSL | 0.91º | 0.85% | 0.46% | - |
| HSV(B) | 0.91º | 0.92% | 0.85% | - |
| XYZ | 28.7 | 15.18 | 1.99 | - |
| YUV | 78.96 | 93.6 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 18 | 0 | 0.90 | 0.92 | 0.15 | 0.91 | 0.85 | 0.46 |
| Hex | D8 | 15 | 12 | 0 | 5A | 5C | F | 1 | 55 | 2E |
| Octal | 330 | 25 | 22 | 0 | 132 | 134 | 17 | 1 | 125 | 56 |
| Binary | 11011000 | 10101 | 10010 | 0 | 1011010 | 1011100 | 1111 | 1 | 1010101 | 101110 |
Color Harmonies of #D81512
Complementary color
Monochromatic Colors of #D81512
Black with #D81512
Text Example
Text Example
White with #D81512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81512; }
p { color: rgb(216,21,18); }
H1.HeaderClassName
{
color: #D81512;
}
.AnyTagClassName
{
color: #D81512;
}
</style>
background-color css
<style>
a { background-color: #D81512; }
a { background-color: rgb(216,21,18); }
div.DivClassName
{
background-color: #D81512;
}
.BgClassName
{
background-color: #D81512;
}
</style>
border-color css
<style>
span { border-color: #D81512; }
span { border-color: rgb(216,21,18); }
td.TdClassName
{
border-color: #D81512;
}
.TagClassName
{
border-color: #D81512;
}
</style>