Shades of Free Speech Red #DF0909
Tints of Free Speech Red #DF0909
RGB
CMYK
RGB Variations
Color information
#DF0909 (or 0xDF0909) is known color: Free Speech Red. HEX triplet: DF, 09 and 09. RGB value is (223,9,9). Sum of RGB (Red+Green+Blue) = 223+9+9=241 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.53% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0909 is #20F6F6. Grayscale: #494949. Windows color (decimal): -2160375 or 592351. OLE color: 592351.
HSL color Cylindrical-coordinate representation of color #DF0909: hue angle of 0º degrees, saturation: 0.92, 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 #DF0909 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.13 |
| HSL | 0º | 0.92% | 0.45% | - |
| HSV(B) | 0º | 0.96% | 0.87% | - |
| XYZ | 30.58 | 15.9 | 1.72 | - |
| YUV | 72.99 | 91.9 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 9 | 0 | 0.96 | 0.96 | 0.13 | 0 | 0.92 | 0.45 |
| Hex | DF | 9 | 9 | 0 | 60 | 60 | D | 0 | 5C | 2D |
| Octal | 337 | 11 | 11 | 0 | 140 | 140 | 15 | 0 | 134 | 55 |
| Binary | 11011111 | 1001 | 1001 | 0 | 1100000 | 1100000 | 1101 | 0 | 1011100 | 101101 |
Color Harmonies of #DF0909
Complementary color
Monochromatic Colors of #DF0909
Black with #DF0909
Text Example
Text Example
White with #DF0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0909; }
p { color: rgb(223,9,9); }
H1.HeaderClassName
{
color: #DF0909;
}
.AnyTagClassName
{
color: #DF0909;
}
</style>
background-color css
<style>
a { background-color: #DF0909; }
a { background-color: rgb(223,9,9); }
div.DivClassName
{
background-color: #DF0909;
}
.BgClassName
{
background-color: #DF0909;
}
</style>
border-color css
<style>
span { border-color: #DF0909; }
span { border-color: rgb(223,9,9); }
td.TdClassName
{
border-color: #DF0909;
}
.TagClassName
{
border-color: #DF0909;
}
</style>