Shades of Free Speech Red #DF0805
Tints of Free Speech Red #DF0805
RGB
CMYK
RGB Variations
Color information
#DF0805 (or 0xDF0805) is known color: Free Speech Red. HEX triplet: DF, 08 and 05. RGB value is (223,8,5). Sum of RGB (Red+Green+Blue) = 223+8+5=236 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.49% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0805 is #20F7FA. Grayscale: #484848. Windows color (decimal): -2160635 or 329951. OLE color: 329951.
HSL color Cylindrical-coordinate representation of color #DF0805: hue angle of 0.83º 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 #DF0805 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.13 |
| HSL | 0.83º | 0.96% | 0.45% | - |
| HSV(B) | 0.83º | 0.98% | 0.87% | - |
| XYZ | 30.55 | 15.87 | 1.6 | - |
| YUV | 71.94 | 90.23 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 5 | 0 | 0.96 | 0.98 | 0.13 | 0.83 | 0.96 | 0.45 |
| Hex | DF | 8 | 5 | 0 | 60 | 62 | D | 1 | 60 | 2D |
| Octal | 337 | 10 | 5 | 0 | 140 | 142 | 15 | 1 | 140 | 55 |
| Binary | 11011111 | 1000 | 101 | 0 | 1100000 | 1100010 | 1101 | 1 | 1100000 | 101101 |
Color Harmonies of #DF0805
Complementary color
Monochromatic Colors of #DF0805
Black with #DF0805
Text Example
Text Example
White with #DF0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0805; }
p { color: rgb(223,8,5); }
H1.HeaderClassName
{
color: #DF0805;
}
.AnyTagClassName
{
color: #DF0805;
}
</style>
background-color css
<style>
a { background-color: #DF0805; }
a { background-color: rgb(223,8,5); }
div.DivClassName
{
background-color: #DF0805;
}
.BgClassName
{
background-color: #DF0805;
}
</style>
border-color css
<style>
span { border-color: #DF0805; }
span { border-color: rgb(223,8,5); }
td.TdClassName
{
border-color: #DF0805;
}
.TagClassName
{
border-color: #DF0805;
}
</style>