Shades of Free Speech Red #D51511
Tints of Free Speech Red #D51511
RGB
CMYK
RGB Variations
Color information
#D51511 (or 0xD51511) is known color: Free Speech Red. HEX triplet: D5, 15 and 11. RGB value is (213,21,17). Sum of RGB (Red+Green+Blue) = 213+21+17=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D51511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51511 is #2AEAEE. Grayscale: #4E4E4E. Windows color (decimal): -2812655 or 1119701. OLE color: 1119701.
HSL color Cylindrical-coordinate representation of color #D51511: hue angle of 1.22º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51511 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 17 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.16 |
| HSL | 1.22º | 0.85% | 0.45% | - |
| HSV(B) | 1.22º | 0.92% | 0.84% | - |
| XYZ | 27.81 | 14.72 | 1.91 | - |
| YUV | 77.95 | 93.61 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 17 | 0 | 0.90 | 0.92 | 0.16 | 1.22 | 0.85 | 0.45 |
| Hex | D5 | 15 | 11 | 0 | 5A | 5C | 10 | 1 | 55 | 2D |
| Octal | 325 | 25 | 21 | 0 | 132 | 134 | 20 | 1 | 125 | 55 |
| Binary | 11010101 | 10101 | 10001 | 0 | 1011010 | 1011100 | 10000 | 1 | 1010101 | 101101 |
Color Harmonies of #D51511
Complementary color
Monochromatic Colors of #D51511
Black with #D51511
Text Example
Text Example
White with #D51511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51511; }
p { color: rgb(213,21,17); }
H1.HeaderClassName
{
color: #D51511;
}
.AnyTagClassName
{
color: #D51511;
}
</style>
background-color css
<style>
a { background-color: #D51511; }
a { background-color: rgb(213,21,17); }
div.DivClassName
{
background-color: #D51511;
}
.BgClassName
{
background-color: #D51511;
}
</style>
border-color css
<style>
span { border-color: #D51511; }
span { border-color: rgb(213,21,17); }
td.TdClassName
{
border-color: #D51511;
}
.TagClassName
{
border-color: #D51511;
}
</style>