Shades of Free Speech Red #DF110B
Tints of Free Speech Red #DF110B
RGB
CMYK
RGB Variations
Color information
#DF110B (or 0xDF110B) is known color: Free Speech Red. HEX triplet: DF, 11 and 0B. RGB value is (223,17,11). Sum of RGB (Red+Green+Blue) = 223+17+11=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF110B is #20EEF4. Grayscale: #4E4E4E. Windows color (decimal): -2158325 or 725471. OLE color: 725471.
HSL color Cylindrical-coordinate representation of color #DF110B: hue angle of 1.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF110B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.13 |
| HSL | 1.7º | 0.91% | 0.46% | - |
| HSV(B) | 1.7º | 0.95% | 0.87% | - |
| XYZ | 30.69 | 16.11 | 1.81 | - |
| YUV | 77.91 | 90.25 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 11 | 0 | 0.92 | 0.95 | 0.13 | 1.7 | 0.91 | 0.46 |
| Hex | DF | 11 | B | 0 | 5C | 5F | D | 2 | 5B | 2E |
| Octal | 337 | 21 | 13 | 0 | 134 | 137 | 15 | 2 | 133 | 56 |
| Binary | 11011111 | 10001 | 1011 | 0 | 1011100 | 1011111 | 1101 | 10 | 1011011 | 101110 |
Color Harmonies of #DF110B
Complementary color
Monochromatic Colors of #DF110B
Black with #DF110B
Text Example
Text Example
White with #DF110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF110B; }
p { color: rgb(223,17,11); }
H1.HeaderClassName
{
color: #DF110B;
}
.AnyTagClassName
{
color: #DF110B;
}
</style>
background-color css
<style>
a { background-color: #DF110B; }
a { background-color: rgb(223,17,11); }
div.DivClassName
{
background-color: #DF110B;
}
.BgClassName
{
background-color: #DF110B;
}
</style>
border-color css
<style>
span { border-color: #DF110B; }
span { border-color: rgb(223,17,11); }
td.TdClassName
{
border-color: #DF110B;
}
.TagClassName
{
border-color: #DF110B;
}
</style>