Shades of Free Speech Red #D6130E
Tints of Free Speech Red #D6130E
RGB
CMYK
RGB Variations
Color information
#D6130E (or 0xD6130E) is known color: Free Speech Red. HEX triplet: D6, 13 and 0E. RGB value is (214,19,14). Sum of RGB (Red+Green+Blue) = 214+19+14=247 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.64% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 214 - color contains mainly: red. Hex color #D6130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6130E is #29ECF1. Grayscale: #4C4C4C. Windows color (decimal): -2747634 or 922582. OLE color: 922582.
HSL color Cylindrical-coordinate representation of color #D6130E: hue angle of 1.5º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6130E is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 14 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.16 |
| HSL | 1.5º | 0.88% | 0.45% | - |
| HSV(B) | 1.5º | 0.93% | 0.84% | - |
| XYZ | 28.04 | 14.79 | 1.79 | - |
| YUV | 76.74 | 92.6 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 14 | 0 | 0.91 | 0.93 | 0.16 | 1.5 | 0.88 | 0.45 |
| Hex | D6 | 13 | E | 0 | 5B | 5D | 10 | 2 | 58 | 2D |
| Octal | 326 | 23 | 16 | 0 | 133 | 135 | 20 | 2 | 130 | 55 |
| Binary | 11010110 | 10011 | 1110 | 0 | 1011011 | 1011101 | 10000 | 10 | 1011000 | 101101 |
Color Harmonies of #D6130E
Complementary color
Monochromatic Colors of #D6130E
Black with #D6130E
Text Example
Text Example
White with #D6130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6130E; }
p { color: rgb(214,19,14); }
H1.HeaderClassName
{
color: #D6130E;
}
.AnyTagClassName
{
color: #D6130E;
}
</style>
background-color css
<style>
a { background-color: #D6130E; }
a { background-color: rgb(214,19,14); }
div.DivClassName
{
background-color: #D6130E;
}
.BgClassName
{
background-color: #D6130E;
}
</style>
border-color css
<style>
span { border-color: #D6130E; }
span { border-color: rgb(214,19,14); }
td.TdClassName
{
border-color: #D6130E;
}
.TagClassName
{
border-color: #D6130E;
}
</style>