Shades of Free Speech Red #DF1008
Tints of Free Speech Red #DF1008
RGB
CMYK
RGB Variations
Color information
#DF1008 (or 0xDF1008) is known color: Free Speech Red. HEX triplet: DF, 10 and 08. RGB value is (223,16,8). Sum of RGB (Red+Green+Blue) = 223+16+8=247 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.28% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1008 is #20EFF7. Grayscale: #4D4D4D. Windows color (decimal): -2158584 or 528607. OLE color: 528607.
HSL color Cylindrical-coordinate representation of color #DF1008: hue angle of 2.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF1008 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.13 |
| HSL | 2.23º | 0.93% | 0.45% | - |
| HSV(B) | 2.23º | 0.96% | 0.87% | - |
| XYZ | 30.66 | 16.08 | 1.72 | - |
| YUV | 76.98 | 89.08 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 8 | 0 | 0.93 | 0.96 | 0.13 | 2.23 | 0.93 | 0.45 |
| Hex | DF | 10 | 8 | 0 | 5D | 60 | D | 2 | 5D | 2D |
| Octal | 337 | 20 | 10 | 0 | 135 | 140 | 15 | 2 | 135 | 55 |
| Binary | 11011111 | 10000 | 1000 | 0 | 1011101 | 1100000 | 1101 | 10 | 1011101 | 101101 |
Color Harmonies of #DF1008
Complementary color
Monochromatic Colors of #DF1008
Black with #DF1008
Text Example
Text Example
White with #DF1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1008; }
p { color: rgb(223,16,8); }
H1.HeaderClassName
{
color: #DF1008;
}
.AnyTagClassName
{
color: #DF1008;
}
</style>
background-color css
<style>
a { background-color: #DF1008; }
a { background-color: rgb(223,16,8); }
div.DivClassName
{
background-color: #DF1008;
}
.BgClassName
{
background-color: #DF1008;
}
</style>
border-color css
<style>
span { border-color: #DF1008; }
span { border-color: rgb(223,16,8); }
td.TdClassName
{
border-color: #DF1008;
}
.TagClassName
{
border-color: #DF1008;
}
</style>