Shades of Free Speech Red #DF0705
Tints of Free Speech Red #DF0705
RGB
CMYK
RGB Variations
Color information
#DF0705 (or 0xDF0705) is known color: Free Speech Red. HEX triplet: DF, 07 and 05. RGB value is (223,7,5). Sum of RGB (Red+Green+Blue) = 223+7+5=235 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.89% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0705 is #20F8FA. Grayscale: #474747. Windows color (decimal): -2160891 or 329695. OLE color: 329695.
HSL color Cylindrical-coordinate representation of color #DF0705: 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 #DF0705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 5 | - |
| 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.53 | 15.85 | 1.59 | - |
| YUV | 71.36 | 90.56 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 5 | 0 | 0.97 | 0.98 | 0.13 | 0.55 | 0.96 | 0.45 |
| Hex | DF | 7 | 5 | 0 | 61 | 62 | D | 1 | 60 | 2D |
| Octal | 337 | 7 | 5 | 0 | 141 | 142 | 15 | 1 | 140 | 55 |
| Binary | 11011111 | 111 | 101 | 0 | 1100001 | 1100010 | 1101 | 1 | 1100000 | 101101 |
Color Harmonies of #DF0705
Complementary color
Monochromatic Colors of #DF0705
Black with #DF0705
Text Example
Text Example
White with #DF0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0705; }
p { color: rgb(223,7,5); }
H1.HeaderClassName
{
color: #DF0705;
}
.AnyTagClassName
{
color: #DF0705;
}
</style>
background-color css
<style>
a { background-color: #DF0705; }
a { background-color: rgb(223,7,5); }
div.DivClassName
{
background-color: #DF0705;
}
.BgClassName
{
background-color: #DF0705;
}
</style>
border-color css
<style>
span { border-color: #DF0705; }
span { border-color: rgb(223,7,5); }
td.TdClassName
{
border-color: #DF0705;
}
.TagClassName
{
border-color: #DF0705;
}
</style>