Shades of Free Speech Red #DF100C
Tints of Free Speech Red #DF100C
RGB
CMYK
RGB Variations
Color information
#DF100C (or 0xDF100C) is known color: Free Speech Red. HEX triplet: DF, 10 and 0C. RGB value is (223,16,12). Sum of RGB (Red+Green+Blue) = 223+16+12=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF100C is #20EFF3. Grayscale: #4D4D4D. Windows color (decimal): -2158580 or 790751. OLE color: 790751.
HSL color Cylindrical-coordinate representation of color #DF100C: hue angle of 1.14º degrees, saturation: 0.9, 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 #DF100C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.13 |
| HSL | 1.14º | 0.9% | 0.46% | - |
| HSV(B) | 1.14º | 0.95% | 0.87% | - |
| XYZ | 30.68 | 16.09 | 1.84 | - |
| YUV | 77.44 | 91.08 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 12 | 0 | 0.93 | 0.95 | 0.13 | 1.14 | 0.9 | 0.46 |
| Hex | DF | 10 | C | 0 | 5D | 5F | D | 1 | 5A | 2E |
| Octal | 337 | 20 | 14 | 0 | 135 | 137 | 15 | 1 | 132 | 56 |
| Binary | 11011111 | 10000 | 1100 | 0 | 1011101 | 1011111 | 1101 | 1 | 1011010 | 101110 |
Color Harmonies of #DF100C
Complementary color
Monochromatic Colors of #DF100C
Black with #DF100C
Text Example
Text Example
White with #DF100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF100C; }
p { color: rgb(223,16,12); }
H1.HeaderClassName
{
color: #DF100C;
}
.AnyTagClassName
{
color: #DF100C;
}
</style>
background-color css
<style>
a { background-color: #DF100C; }
a { background-color: rgb(223,16,12); }
div.DivClassName
{
background-color: #DF100C;
}
.BgClassName
{
background-color: #DF100C;
}
</style>
border-color css
<style>
span { border-color: #DF100C; }
span { border-color: rgb(223,16,12); }
td.TdClassName
{
border-color: #DF100C;
}
.TagClassName
{
border-color: #DF100C;
}
</style>