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