Shades of Free Speech Red #D81000
Tints of Free Speech Red #D81000
RGB
CMYK
RGB Variations
Color information
#D81000 (or 0xD81000) is known color: Free Speech Red. HEX triplet: D8, 10 and 00. RGB value is (216,16,0). Sum of RGB (Red+Green+Blue) = 216+16+0=232 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.10% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 216 - color contains mainly: red. Hex color #D81000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81000 is #27EFFF. Grayscale: #4A4A4A. Windows color (decimal): -2617344 or 4312. OLE color: 4312.
HSL color Cylindrical-coordinate representation of color #D81000: hue angle of 4.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D81000 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.15 |
| HSL | 4.44º | 1% | 0.42% | - |
| HSV(B) | 4.44º | 1% | 0.85% | - |
| XYZ | 28.5 | 14.97 | 1.39 | - |
| YUV | 73.98 | 86.26 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 0 | 0 | 0.93 | 1 | 0.15 | 4.44 | 1 | 0.42 |
| Hex | D8 | 10 | 0 | 0 | 5D | 64 | F | 4 | 64 | 2A |
| Octal | 330 | 20 | 0 | 0 | 135 | 144 | 17 | 4 | 144 | 52 |
| Binary | 11011000 | 10000 | 0 | 0 | 1011101 | 1100100 | 1111 | 100 | 1100100 | 101010 |
Color Harmonies of #D81000
Complementary color
Monochromatic Colors of #D81000
Black with #D81000
Text Example
Text Example
White with #D81000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81000; }
p { color: rgb(216,16,0); }
H1.HeaderClassName
{
color: #D81000;
}
.AnyTagClassName
{
color: #D81000;
}
</style>
background-color css
<style>
a { background-color: #D81000; }
a { background-color: rgb(216,16,0); }
div.DivClassName
{
background-color: #D81000;
}
.BgClassName
{
background-color: #D81000;
}
</style>
border-color css
<style>
span { border-color: #D81000; }
span { border-color: rgb(216,16,0); }
td.TdClassName
{
border-color: #D81000;
}
.TagClassName
{
border-color: #D81000;
}
</style>