Shades of Free Speech Red #DF0604
Tints of Free Speech Red #DF0604
RGB
CMYK
RGB Variations
Color information
#DF0604 (or 0xDF0604) is known color: Free Speech Red. HEX triplet: DF, 06 and 04. RGB value is (223,6,4). Sum of RGB (Red+Green+Blue) = 223+6+4=233 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.71% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0604 is #20F9FB. Grayscale: #464646. Windows color (decimal): -2161148 or 263903. OLE color: 263903.
HSL color Cylindrical-coordinate representation of color #DF0604: hue angle of 0.55º 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 #DF0604 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.13 |
| HSL | 0.55º | 0.96% | 0.45% | - |
| HSV(B) | 0.55º | 0.98% | 0.87% | - |
| XYZ | 30.52 | 15.83 | 1.56 | - |
| YUV | 70.66 | 90.39 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 4 | 0 | 0.97 | 0.98 | 0.13 | 0.55 | 0.96 | 0.45 |
| Hex | DF | 6 | 4 | 0 | 61 | 62 | D | 1 | 60 | 2D |
| Octal | 337 | 6 | 4 | 0 | 141 | 142 | 15 | 1 | 140 | 55 |
| Binary | 11011111 | 110 | 100 | 0 | 1100001 | 1100010 | 1101 | 1 | 1100000 | 101101 |
Color Harmonies of #DF0604
Complementary color
Monochromatic Colors of #DF0604
Black with #DF0604
Text Example
Text Example
White with #DF0604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0604; }
p { color: rgb(223,6,4); }
H1.HeaderClassName
{
color: #DF0604;
}
.AnyTagClassName
{
color: #DF0604;
}
</style>
background-color css
<style>
a { background-color: #DF0604; }
a { background-color: rgb(223,6,4); }
div.DivClassName
{
background-color: #DF0604;
}
.BgClassName
{
background-color: #DF0604;
}
</style>
border-color css
<style>
span { border-color: #DF0604; }
span { border-color: rgb(223,6,4); }
td.TdClassName
{
border-color: #DF0604;
}
.TagClassName
{
border-color: #DF0604;
}
</style>