Shades of Free Speech Red #DF0904
Tints of Free Speech Red #DF0904
RGB
CMYK
RGB Variations
Color information
#DF0904 (or 0xDF0904) is known color: Free Speech Red. HEX triplet: DF, 09 and 04. RGB value is (223,9,4). Sum of RGB (Red+Green+Blue) = 223+9+4=236 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.49% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0904 is #20F6FB. Grayscale: #484848. Windows color (decimal): -2160380 or 264671. OLE color: 264671.
HSL color Cylindrical-coordinate representation of color #DF0904: hue angle of 1.37º 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 #DF0904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.13 |
| HSL | 1.37º | 0.96% | 0.45% | - |
| HSV(B) | 1.37º | 0.98% | 0.87% | - |
| XYZ | 30.55 | 15.89 | 1.57 | - |
| YUV | 72.42 | 89.4 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 4 | 0 | 0.96 | 0.98 | 0.13 | 1.37 | 0.96 | 0.45 |
| Hex | DF | 9 | 4 | 0 | 60 | 62 | D | 1 | 60 | 2D |
| Octal | 337 | 11 | 4 | 0 | 140 | 142 | 15 | 1 | 140 | 55 |
| Binary | 11011111 | 1001 | 100 | 0 | 1100000 | 1100010 | 1101 | 1 | 1100000 | 101101 |
Color Harmonies of #DF0904
Complementary color
Monochromatic Colors of #DF0904
Black with #DF0904
Text Example
Text Example
White with #DF0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0904; }
p { color: rgb(223,9,4); }
H1.HeaderClassName
{
color: #DF0904;
}
.AnyTagClassName
{
color: #DF0904;
}
</style>
background-color css
<style>
a { background-color: #DF0904; }
a { background-color: rgb(223,9,4); }
div.DivClassName
{
background-color: #DF0904;
}
.BgClassName
{
background-color: #DF0904;
}
</style>
border-color css
<style>
span { border-color: #DF0904; }
span { border-color: rgb(223,9,4); }
td.TdClassName
{
border-color: #DF0904;
}
.TagClassName
{
border-color: #DF0904;
}
</style>