Shades of Free Speech Red #D31311
Tints of Free Speech Red #D31311
RGB
CMYK
RGB Variations
Color information
#D31311 (or 0xD31311) is known color: Free Speech Red. HEX triplet: D3, 13 and 11. RGB value is (211,19,17). Sum of RGB (Red+Green+Blue) = 211+19+17=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D31311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31311 is #2CECEE. Grayscale: #4C4C4C. Windows color (decimal): -2944239 or 1119187. OLE color: 1119187.
HSL color Cylindrical-coordinate representation of color #D31311: hue angle of 0.62º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31311 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.17 |
| HSL | 0.62º | 0.85% | 0.45% | - |
| HSV(B) | 0.62º | 0.92% | 0.83% | - |
| XYZ | 27.2 | 14.36 | 1.87 | - |
| YUV | 76.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 17 | 0 | 0.91 | 0.92 | 0.17 | 0.62 | 0.85 | 0.45 |
| Hex | D3 | 13 | 11 | 0 | 5B | 5C | 11 | 1 | 55 | 2D |
| Octal | 323 | 23 | 21 | 0 | 133 | 134 | 21 | 1 | 125 | 55 |
| Binary | 11010011 | 10011 | 10001 | 0 | 1011011 | 1011100 | 10001 | 1 | 1010101 | 101101 |
Color Harmonies of #D31311
Complementary color
Monochromatic Colors of #D31311
Black with #D31311
Text Example
Text Example
White with #D31311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31311; }
p { color: rgb(211,19,17); }
H1.HeaderClassName
{
color: #D31311;
}
.AnyTagClassName
{
color: #D31311;
}
</style>
background-color css
<style>
a { background-color: #D31311; }
a { background-color: rgb(211,19,17); }
div.DivClassName
{
background-color: #D31311;
}
.BgClassName
{
background-color: #D31311;
}
</style>
border-color css
<style>
span { border-color: #D31311; }
span { border-color: rgb(211,19,17); }
td.TdClassName
{
border-color: #D31311;
}
.TagClassName
{
border-color: #D31311;
}
</style>