Shades of Free Speech Red #DF1100
Tints of Free Speech Red #DF1100
RGB
CMYK
RGB Variations
Color information
#DF1100 (or 0xDF1100) is known color: Free Speech Red. HEX triplet: DF, 11 and 00. RGB value is (223,17,0). Sum of RGB (Red+Green+Blue) = 223+17+0=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1100 is #20EEFF. Grayscale: #4C4C4C. Windows color (decimal): -2158336 or 4575. OLE color: 4575.
HSL color Cylindrical-coordinate representation of color #DF1100: hue angle of 4.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF1100 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.13 |
| HSL | 4.57º | 1% | 0.44% | - |
| HSV(B) | 4.57º | 1% | 0.87% | - |
| XYZ | 30.63 | 16.09 | 1.49 | - |
| YUV | 76.66 | 84.75 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 0 | 0 | 0.92 | 1 | 0.13 | 4.57 | 1 | 0.44 |
| Hex | DF | 11 | 0 | 0 | 5C | 64 | D | 5 | 64 | 2C |
| Octal | 337 | 21 | 0 | 0 | 134 | 144 | 15 | 5 | 144 | 54 |
| Binary | 11011111 | 10001 | 0 | 0 | 1011100 | 1100100 | 1101 | 101 | 1100100 | 101100 |
Color Harmonies of #DF1100
Complementary color
Monochromatic Colors of #DF1100
Black with #DF1100
Text Example
Text Example
White with #DF1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1100; }
p { color: rgb(223,17,0); }
H1.HeaderClassName
{
color: #DF1100;
}
.AnyTagClassName
{
color: #DF1100;
}
</style>
background-color css
<style>
a { background-color: #DF1100; }
a { background-color: rgb(223,17,0); }
div.DivClassName
{
background-color: #DF1100;
}
.BgClassName
{
background-color: #DF1100;
}
</style>
border-color css
<style>
span { border-color: #DF1100; }
span { border-color: rgb(223,17,0); }
td.TdClassName
{
border-color: #DF1100;
}
.TagClassName
{
border-color: #DF1100;
}
</style>