Shades of Free Speech Red #D31412
Tints of Free Speech Red #D31412
RGB
CMYK
RGB Variations
Color information
#D31412 (or 0xD31412) is known color: Free Speech Red. HEX triplet: D3, 14 and 12. RGB value is (211,20,18). Sum of RGB (Red+Green+Blue) = 211+20+18=249 (32% of max value = 765). Red value is 211 (82.81% from 255 or 84.74% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 211 - color contains mainly: red. Hex color #D31412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31412 is #2CEBED. Grayscale: #4D4D4D. Windows color (decimal): -2943982 or 1184979. OLE color: 1184979.
HSL color Cylindrical-coordinate representation of color #D31412: hue angle of 0.62º degrees, saturation: 0.84, 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 #D31412 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 18 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.17 |
| HSL | 0.62º | 0.84% | 0.45% | - |
| HSV(B) | 0.62º | 0.91% | 0.83% | - |
| XYZ | 27.22 | 14.39 | 1.92 | - |
| YUV | 76.88 | 94.78 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 18 | 0 | 0.91 | 0.91 | 0.17 | 0.62 | 0.84 | 0.45 |
| Hex | D3 | 14 | 12 | 0 | 5B | 5B | 11 | 1 | 54 | 2D |
| Octal | 323 | 24 | 22 | 0 | 133 | 133 | 21 | 1 | 124 | 55 |
| Binary | 11010011 | 10100 | 10010 | 0 | 1011011 | 1011011 | 10001 | 1 | 1010100 | 101101 |
Color Harmonies of #D31412
Complementary color
Monochromatic Colors of #D31412
Black with #D31412
Text Example
Text Example
White with #D31412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31412; }
p { color: rgb(211,20,18); }
H1.HeaderClassName
{
color: #D31412;
}
.AnyTagClassName
{
color: #D31412;
}
</style>
background-color css
<style>
a { background-color: #D31412; }
a { background-color: rgb(211,20,18); }
div.DivClassName
{
background-color: #D31412;
}
.BgClassName
{
background-color: #D31412;
}
</style>
border-color css
<style>
span { border-color: #D31412; }
span { border-color: rgb(211,20,18); }
td.TdClassName
{
border-color: #D31412;
}
.TagClassName
{
border-color: #D31412;
}
</style>