Shades of Free Speech Red #DF0700
Tints of Free Speech Red #DF0700
RGB
CMYK
RGB Variations
Color information
#DF0700 (or 0xDF0700) is known color: Free Speech Red. HEX triplet: DF, 07 and 00. RGB value is (223,7,0). Sum of RGB (Red+Green+Blue) = 223+7+0=230 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.96% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0700 is #20F8FF. Grayscale: #474747. Windows color (decimal): -2160896 or 2015. OLE color: 2015.
HSL color Cylindrical-coordinate representation of color #DF0700: hue angle of 1.88º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.13 |
| HSL | 1.88º | 1% | 0.44% | - |
| HSV(B) | 1.88º | 1% | 0.87% | - |
| XYZ | 30.51 | 15.84 | 1.45 | - |
| YUV | 70.79 | 88.06 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 0 | 0 | 0.97 | 1 | 0.13 | 1.88 | 1 | 0.44 |
| Hex | DF | 7 | 0 | 0 | 61 | 64 | D | 2 | 64 | 2C |
| Octal | 337 | 7 | 0 | 0 | 141 | 144 | 15 | 2 | 144 | 54 |
| Binary | 11011111 | 111 | 0 | 0 | 1100001 | 1100100 | 1101 | 10 | 1100100 | 101100 |
Color Harmonies of #DF0700
Complementary color
Monochromatic Colors of #DF0700
Black with #DF0700
Text Example
Text Example
White with #DF0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0700; }
p { color: rgb(223,7,0); }
H1.HeaderClassName
{
color: #DF0700;
}
.AnyTagClassName
{
color: #DF0700;
}
</style>
background-color css
<style>
a { background-color: #DF0700; }
a { background-color: rgb(223,7,0); }
div.DivClassName
{
background-color: #DF0700;
}
.BgClassName
{
background-color: #DF0700;
}
</style>
border-color css
<style>
span { border-color: #DF0700; }
span { border-color: rgb(223,7,0); }
td.TdClassName
{
border-color: #DF0700;
}
.TagClassName
{
border-color: #DF0700;
}
</style>