Shades of Free Speech Red #DF100A
Tints of Free Speech Red #DF100A
RGB
CMYK
RGB Variations
Color information
#DF100A (or 0xDF100A) is known color: Free Speech Red. HEX triplet: DF, 10 and 0A. RGB value is (223,16,10). Sum of RGB (Red+Green+Blue) = 223+16+10=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF100A is #20EFF5. Grayscale: #4D4D4D. Windows color (decimal): -2158582 or 659679. OLE color: 659679.
HSL color Cylindrical-coordinate representation of color #DF100A: hue angle of 1.69º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF100A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 10 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.13 |
| HSL | 1.69º | 0.91% | 0.46% | - |
| HSV(B) | 1.69º | 0.96% | 0.87% | - |
| XYZ | 30.67 | 16.08 | 1.77 | - |
| YUV | 77.21 | 90.08 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 10 | 0 | 0.93 | 0.96 | 0.13 | 1.69 | 0.91 | 0.46 |
| Hex | DF | 10 | A | 0 | 5D | 60 | D | 2 | 5B | 2E |
| Octal | 337 | 20 | 12 | 0 | 135 | 140 | 15 | 2 | 133 | 56 |
| Binary | 11011111 | 10000 | 1010 | 0 | 1011101 | 1100000 | 1101 | 10 | 1011011 | 101110 |
Color Harmonies of #DF100A
Complementary color
Monochromatic Colors of #DF100A
Black with #DF100A
Text Example
Text Example
White with #DF100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF100A; }
p { color: rgb(223,16,10); }
H1.HeaderClassName
{
color: #DF100A;
}
.AnyTagClassName
{
color: #DF100A;
}
</style>
background-color css
<style>
a { background-color: #DF100A; }
a { background-color: rgb(223,16,10); }
div.DivClassName
{
background-color: #DF100A;
}
.BgClassName
{
background-color: #DF100A;
}
</style>
border-color css
<style>
span { border-color: #DF100A; }
span { border-color: rgb(223,16,10); }
td.TdClassName
{
border-color: #DF100A;
}
.TagClassName
{
border-color: #DF100A;
}
</style>