Shades of Free Speech Red #D81411
Tints of Free Speech Red #D81411
RGB
CMYK
RGB Variations
Color information
#D81411 (or 0xD81411) is known color: Free Speech Red. HEX triplet: D8, 14 and 11. RGB value is (216,20,17). Sum of RGB (Red+Green+Blue) = 216+20+17=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D81411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81411 is #27EBEE. Grayscale: #4E4E4E. Windows color (decimal): -2616303 or 1119448. OLE color: 1119448.
HSL color Cylindrical-coordinate representation of color #D81411: hue angle of 0.9º 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 #D81411 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.15 |
| HSL | 0.9º | 0.85% | 0.46% | - |
| HSV(B) | 0.9º | 0.92% | 0.85% | - |
| XYZ | 28.67 | 15.14 | 1.94 | - |
| YUV | 78.26 | 93.43 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 17 | 0 | 0.91 | 0.92 | 0.15 | 0.9 | 0.85 | 0.46 |
| Hex | D8 | 14 | 11 | 0 | 5B | 5C | F | 1 | 55 | 2E |
| Octal | 330 | 24 | 21 | 0 | 133 | 134 | 17 | 1 | 125 | 56 |
| Binary | 11011000 | 10100 | 10001 | 0 | 1011011 | 1011100 | 1111 | 1 | 1010101 | 101110 |
Color Harmonies of #D81411
Complementary color
Monochromatic Colors of #D81411
Black with #D81411
Text Example
Text Example
White with #D81411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81411; }
p { color: rgb(216,20,17); }
H1.HeaderClassName
{
color: #D81411;
}
.AnyTagClassName
{
color: #D81411;
}
</style>
background-color css
<style>
a { background-color: #D81411; }
a { background-color: rgb(216,20,17); }
div.DivClassName
{
background-color: #D81411;
}
.BgClassName
{
background-color: #D81411;
}
</style>
border-color css
<style>
span { border-color: #D81411; }
span { border-color: rgb(216,20,17); }
td.TdClassName
{
border-color: #D81411;
}
.TagClassName
{
border-color: #D81411;
}
</style>