Shades of Free Speech Red #D61106
Tints of Free Speech Red #D61106
RGB
CMYK
RGB Variations
Color information
#D61106 (or 0xD61106) is known color: Free Speech Red. HEX triplet: D6, 11 and 06. RGB value is (214,17,6). Sum of RGB (Red+Green+Blue) = 214+17+6=237 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.30% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 214 - color contains mainly: red. Hex color #D61106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61106 is #29EEF9. Grayscale: #4A4A4A. Windows color (decimal): -2748154 or 397782. OLE color: 397782.
HSL color Cylindrical-coordinate representation of color #D61106: hue angle of 3.17º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D61106 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.16 |
| HSL | 3.17º | 0.95% | 0.43% | - |
| HSV(B) | 3.17º | 0.97% | 0.84% | - |
| XYZ | 27.96 | 14.71 | 1.54 | - |
| YUV | 74.65 | 89.27 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 6 | 0 | 0.92 | 0.97 | 0.16 | 3.17 | 0.95 | 0.43 |
| Hex | D6 | 11 | 6 | 0 | 5C | 61 | 10 | 3 | 5F | 2B |
| Octal | 326 | 21 | 6 | 0 | 134 | 141 | 20 | 3 | 137 | 53 |
| Binary | 11010110 | 10001 | 110 | 0 | 1011100 | 1100001 | 10000 | 11 | 1011111 | 101011 |
Color Harmonies of #D61106
Complementary color
Monochromatic Colors of #D61106
Black with #D61106
Text Example
Text Example
White with #D61106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61106; }
p { color: rgb(214,17,6); }
H1.HeaderClassName
{
color: #D61106;
}
.AnyTagClassName
{
color: #D61106;
}
</style>
background-color css
<style>
a { background-color: #D61106; }
a { background-color: rgb(214,17,6); }
div.DivClassName
{
background-color: #D61106;
}
.BgClassName
{
background-color: #D61106;
}
</style>
border-color css
<style>
span { border-color: #D61106; }
span { border-color: rgb(214,17,6); }
td.TdClassName
{
border-color: #D61106;
}
.TagClassName
{
border-color: #D61106;
}
</style>