Shades of Free Speech Red #D31414
Tints of Free Speech Red #D31414
RGB
CMYK
RGB Variations
Color information
#D31414 (or 0xD31414) is known color: Free Speech Red. HEX triplet: D3, 14 and 14. RGB value is (211,20,20). Sum of RGB (Red+Green+Blue) = 211+20+20=251 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.06% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 211 - color contains mainly: red. Hex color #D31414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31414 is #2CEBEB. Grayscale: #4D4D4D. Windows color (decimal): -2943980 or 1316051. OLE color: 1316051.
HSL color Cylindrical-coordinate representation of color #D31414: hue angle of 0º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31414 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 20 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.17 |
| HSL | 0º | 0.83% | 0.45% | - |
| HSV(B) | 0º | 0.91% | 0.83% | - |
| XYZ | 27.24 | 14.4 | 2.01 | - |
| YUV | 77.11 | 95.78 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 20 | 0 | 0.91 | 0.91 | 0.17 | 0 | 0.83 | 0.45 |
| Hex | D3 | 14 | 14 | 0 | 5B | 5B | 11 | 0 | 53 | 2D |
| Octal | 323 | 24 | 24 | 0 | 133 | 133 | 21 | 0 | 123 | 55 |
| Binary | 11010011 | 10100 | 10100 | 0 | 1011011 | 1011011 | 10001 | 0 | 1010011 | 101101 |
Color Harmonies of #D31414
Complementary color
Monochromatic Colors of #D31414
Black with #D31414
Text Example
Text Example
White with #D31414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31414; }
p { color: rgb(211,20,20); }
H1.HeaderClassName
{
color: #D31414;
}
.AnyTagClassName
{
color: #D31414;
}
</style>
background-color css
<style>
a { background-color: #D31414; }
a { background-color: rgb(211,20,20); }
div.DivClassName
{
background-color: #D31414;
}
.BgClassName
{
background-color: #D31414;
}
</style>
border-color css
<style>
span { border-color: #D31414; }
span { border-color: rgb(211,20,20); }
td.TdClassName
{
border-color: #D31414;
}
.TagClassName
{
border-color: #D31414;
}
</style>