Shades of Free Speech Red #DF1106
Tints of Free Speech Red #DF1106
RGB
CMYK
RGB Variations
Color information
#DF1106 (or 0xDF1106) is known color: Free Speech Red. HEX triplet: DF, 11 and 06. RGB value is (223,17,6). Sum of RGB (Red+Green+Blue) = 223+17+6=246 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.65% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1106 is #20EEF9. Grayscale: #4D4D4D. Windows color (decimal): -2158330 or 397791. OLE color: 397791.
HSL color Cylindrical-coordinate representation of color #DF1106: hue angle of 3.04º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF1106 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.13 |
| HSL | 3.04º | 0.95% | 0.45% | - |
| HSV(B) | 3.04º | 0.97% | 0.87% | - |
| XYZ | 30.66 | 16.1 | 1.66 | - |
| YUV | 77.34 | 87.75 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 6 | 0 | 0.92 | 0.97 | 0.13 | 3.04 | 0.95 | 0.45 |
| Hex | DF | 11 | 6 | 0 | 5C | 61 | D | 3 | 5F | 2D |
| Octal | 337 | 21 | 6 | 0 | 134 | 141 | 15 | 3 | 137 | 55 |
| Binary | 11011111 | 10001 | 110 | 0 | 1011100 | 1100001 | 1101 | 11 | 1011111 | 101101 |
Color Harmonies of #DF1106
Complementary color
Monochromatic Colors of #DF1106
Black with #DF1106
Text Example
Text Example
White with #DF1106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1106; }
p { color: rgb(223,17,6); }
H1.HeaderClassName
{
color: #DF1106;
}
.AnyTagClassName
{
color: #DF1106;
}
</style>
background-color css
<style>
a { background-color: #DF1106; }
a { background-color: rgb(223,17,6); }
div.DivClassName
{
background-color: #DF1106;
}
.BgClassName
{
background-color: #DF1106;
}
</style>
border-color css
<style>
span { border-color: #DF1106; }
span { border-color: rgb(223,17,6); }
td.TdClassName
{
border-color: #DF1106;
}
.TagClassName
{
border-color: #DF1106;
}
</style>