Shades of Free Speech Red #DF1004
Tints of Free Speech Red #DF1004
RGB
CMYK
RGB Variations
Color information
#DF1004 (or 0xDF1004) is known color: Free Speech Red. HEX triplet: DF, 10 and 04. RGB value is (223,16,4). Sum of RGB (Red+Green+Blue) = 223+16+4=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1004 is #20EFFB. Grayscale: #4C4C4C. Windows color (decimal): -2158588 or 266463. OLE color: 266463.
HSL color Cylindrical-coordinate representation of color #DF1004: hue angle of 3.29º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF1004 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.13 |
| HSL | 3.29º | 0.96% | 0.45% | - |
| HSV(B) | 3.29º | 0.98% | 0.87% | - |
| XYZ | 30.64 | 16.07 | 1.6 | - |
| YUV | 76.53 | 87.08 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 4 | 0 | 0.93 | 0.98 | 0.13 | 3.29 | 0.96 | 0.45 |
| Hex | DF | 10 | 4 | 0 | 5D | 62 | D | 3 | 60 | 2D |
| Octal | 337 | 20 | 4 | 0 | 135 | 142 | 15 | 3 | 140 | 55 |
| Binary | 11011111 | 10000 | 100 | 0 | 1011101 | 1100010 | 1101 | 11 | 1100000 | 101101 |
Color Harmonies of #DF1004
Complementary color
Monochromatic Colors of #DF1004
Black with #DF1004
Text Example
Text Example
White with #DF1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1004; }
p { color: rgb(223,16,4); }
H1.HeaderClassName
{
color: #DF1004;
}
.AnyTagClassName
{
color: #DF1004;
}
</style>
background-color css
<style>
a { background-color: #DF1004; }
a { background-color: rgb(223,16,4); }
div.DivClassName
{
background-color: #DF1004;
}
.BgClassName
{
background-color: #DF1004;
}
</style>
border-color css
<style>
span { border-color: #DF1004; }
span { border-color: rgb(223,16,4); }
td.TdClassName
{
border-color: #DF1004;
}
.TagClassName
{
border-color: #DF1004;
}
</style>